Searched refs:reorderBits (Results 1 – 6 of 6) sorted by relevance
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()172 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 5; in ets_to_if2()[all …]
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()
162 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()
176 ets_output_ptr[reorderBits[frame_type_3gpp][i]] = in wmf_to_ets()
95 extern const Word16 *const reorderBits[];
352 const Word16 * const reorderBits[NUM_MODES-1] = variable