Home
last modified time | relevance | path

Searched refs:ets_input_ptr (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dets_to_if2.cpp141 Word16 *ets_input_ptr, in ets_to_if2() argument
154 (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()
[all …]
Dets_to_wmf.cpp166 Word16 *ets_input_ptr, in ets_to_wmf() argument
183 (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()
[all …]
Dets_to_if2.h109 Word16 *ets_input_ptr,
Dets_to_wmf.h111 Word16 *ets_input_ptr,