Loading lib_dec/jbm_jb4_inputbuffer.c +1 −1 Original line number Diff line number Diff line Loading @@ -258,7 +258,7 @@ int16_t JB4_INPUTBUFFER_Enque( { /* move lower elements to the left and insert before insertPos */ #ifdef FIX_520_REMOVE_MEMMOVE_JBM for ( int16_t j = 0; j < low; j++ ) for ( j = 0; j < low; j++ ) { h->data[h->readPos - 1 + j] = h->data[h->readPos + j]; } Loading Loading
lib_dec/jbm_jb4_inputbuffer.c +1 −1 Original line number Diff line number Diff line Loading @@ -258,7 +258,7 @@ int16_t JB4_INPUTBUFFER_Enque( { /* move lower elements to the left and insert before insertPos */ #ifdef FIX_520_REMOVE_MEMMOVE_JBM for ( int16_t j = 0; j < low; j++ ) for ( j = 0; j < low; j++ ) { h->data[h->readPos - 1 + j] = h->data[h->readPos + j]; } Loading