Searched refs:gray_decode (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dacelp_vectors.c131 const uint8_t *gray_decode,
140 const int pos1 = gray_decode[fixed_index[2*i+1] & mask] + i;
141 const int pos2 = gray_decode[fixed_index[2*i ] & mask] + i;
129 ff_decode_10_pulses_35bits(const int16_t *fixed_index, AMRFixed *fixed_sparse, const uint8_t *gray_decode, int half_pulse_count, int bits) argument
H A Dacelp_vectors.h134 * @param gray_decode gray decoding table
140 const uint8_t *gray_decode,
H A Damrnbdec.c490 ff_decode_10_pulses_35bits(pulses, fixed_sparse, gray_decode, 5, 3);
517 pulse_position[0] = gray_decode[ fixed_index & 7];
518 pulse_position[1] = gray_decode[(fixed_index >> 3) & 7] + 1;
519 pulse_position[2] = gray_decode[(fixed_index >> 6) & 7] + 2;
521 pulse_position[3] = gray_decode[(fixed_index >> 10) & 7] + pulse_subset + 3;
H A Damrnbdata.h1438 static const uint8_t gray_decode[8] = { 0, 5, 15, 10, 25, 30, 20, 35 }; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dacelp_vectors.c153 const uint8_t *gray_decode,
162 const int pos1 = gray_decode[fixed_index[2*i+1] & mask] + i;
163 const int pos2 = gray_decode[fixed_index[2*i ] & mask] + i;
151 ff_decode_10_pulses_35bits(const int16_t *fixed_index, AMRFixed *fixed_sparse, const uint8_t *gray_decode, int half_pulse_count, int bits) argument
H A Dacelp_vectors.h189 * @param gray_decode gray decoding table
195 const uint8_t *gray_decode,
H A Damrnbdec.c505 ff_decode_10_pulses_35bits(pulses, fixed_sparse, gray_decode, 5, 3);
532 pulse_position[0] = gray_decode[ fixed_index & 7];
533 pulse_position[1] = gray_decode[(fixed_index >> 3) & 7] + 1;
534 pulse_position[2] = gray_decode[(fixed_index >> 6) & 7] + 2;
536 pulse_position[3] = gray_decode[(fixed_index >> 10) & 7] + pulse_subset + 3;
H A Damrnbdata.h1438 static const uint8_t gray_decode[8] = { 0, 5, 15, 10, 25, 30, 20, 35 }; variable

Completed in 89 milliseconds