Home
last modified time | relevance | path

Searched refs:reorderBits (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codecs/amrnb/enc/src/
Dets_to_if2.cpp154 (ets_input_ptr[reorderBits[frame_type_3gpp][0]] << 4) | in ets_to_if2()
155 (ets_input_ptr[reorderBits[frame_type_3gpp][1]] << 5) | in ets_to_if2()
156 (ets_input_ptr[reorderBits[frame_type_3gpp][2]] << 6) | in ets_to_if2()
157 (ets_input_ptr[reorderBits[frame_type_3gpp][3]] << 7); in ets_to_if2()
162 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]]; in ets_to_if2()
164 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 1; in ets_to_if2()
166 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 2; in ets_to_if2()
168 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 3; in ets_to_if2()
170 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 4; in ets_to_if2()
172 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 5; in ets_to_if2()
[all …]
Dets_to_wmf.cpp183 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 7; in ets_to_wmf()
185 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 6; in ets_to_wmf()
187 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 5; in ets_to_wmf()
189 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 4; in ets_to_wmf()
191 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 3; in ets_to_wmf()
193 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 2; in ets_to_wmf()
195 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 1; in ets_to_wmf()
197 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]]; in ets_to_wmf()
208 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << (7 - k); in ets_to_wmf()
/frameworks/av/media/codecs/amrnb/dec/src/
Dif2_to_ets.cpp162 ets_output_ptr[reorderBits[frame_type_3gpp][x++]] = in if2_to_ets()
173 ets_output_ptr[reorderBits[frame_type_3gpp][x++]] = in if2_to_ets()
Dwmf_to_ets.cpp176 ets_output_ptr[reorderBits[frame_type_3gpp][i]] = in wmf_to_ets()
/frameworks/av/media/codecs/amrnb/common/include/
Dbitreorder_tab.h95 extern const Word16 *const reorderBits[];
/frameworks/av/media/codecs/amrnb/common/src/
Dbitreorder_tab.cpp352 const Word16 * const reorderBits[NUM_MODES-1] = variable