HomeSort by relevance Sort by last modified time
    Searched refs:read_word (Results 1 - 14 of 14) sorted by null

  /external/libxaac/decoder/
ixheaacd_longblock.c 175 WORD32 read_word; local
181 read_word = ixheaacd_aac_showbits_32(ptr_read_next);
186 read_word = 0;
188 read_word = (read_word << 8) | (*ptr_read_next);
191 read_word <<= ((4 - diffbytes) << 3);
225 read_word1 = read_word << bit_pos;
231 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word,
234 ixheaacd_aac_read_byte(&ptr_read_next, &bit_pos, &read_word);
243 temp = (read_word << bit_pos)
    [all...]
ixheaacd_block.c 172 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); local
187 read_word1 = read_word << bit_pos;
191 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word,
197 flush_cw = read_word << bit_pos;
216 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word,
221 value = ixheaacd_extu(read_word, bit_pos, 23);
227 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word,
230 off = ixheaacd_extu(read_word, bit_pos, 32 - i);
234 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word,
236 ixheaacd_aac_read_byte_corr(&ptr_read_next, &bit_pos, &read_word,
341 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); local
491 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); local
625 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); local
787 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); local
878 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); local
    [all...]
ixheaacd_huff_code_reorder.c 638 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 *read_word,
661 ixheaacd_aac_read_byte_corr(&ptr_read_next, bit_pos, read_word,
665 read_word1 = *read_word << *bit_pos;
673 ixheaacd_aac_read_byte_corr(&ptr_read_next, bit_pos, read_word,
677 temp_word = *read_word << *bit_pos;
715 ixheaacd_aac_read_byte_corr(&ptr_read_next, bit_pos, read_word,
737 WORD32 read_word = ixheaacd_aac_showbits_32(itt_bit_buff->byte_ptr); local
739 ixheaacd_huffman_decode(read_word, &index, &length, code_book_tbl, idx_table);
740 read_word1 = read_word << length;
777 const UWORD32 *idx_table, WORD32 *read_word, WORD32 *read_bits
1100 WORD32 read_word = ixheaacd_aac_showbits_32(itt_bit_buff->ptr_read_next); local
1274 WORD32 read_word = ixheaacd_aac_showbits_32(itt_bit_buff->byte_ptr); local
1344 WORD32 read_word = ixheaacd_aac_showbits_32(itt_bit_buff->byte_ptr); local
    [all...]
ixheaacd_multichannel.c 216 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); local
219 read_word1 = read_word << bit_pos;
224 ixheaacd_aac_read_byte(&ptr_read_next, &bit_pos, &read_word);
226 ixheaacd_aac_read_byte(&ptr_read_next, &bit_pos, &read_word);
ixheaacd_spectrum_dec.c 246 WORD32 read_word = ixheaacd_aac_showbits_32(ptr_read_next); local
276 read_word1 = read_word << bit_pos;
281 ixheaacd_aac_read_2bytes(&ptr_read_next, &bit_pos, &read_word);
  /toolchain/binutils/binutils-2.27/opcodes/
pdp11-dis.c 38 read_word (bfd_vma memaddr, int *word, disassemble_info *info) function
104 if (read_word (*memaddr, &data, info) < 0)
122 if (read_word (*memaddr, &address, info) < 0)
146 if (read_word (*memaddr, &disp, info) < 0)
203 if (read_word (memaddr, &opcode, info) != 0)
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 436 void read_word();
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 436 void read_word();
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 436 void read_word();
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 436 void read_word();
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 1156 void h264_stream_parser::read_word() function in class:h264_stream_parser
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 1078 void h264_stream_parser::read_word() function in class:h264_stream_parser
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 1078 void h264_stream_parser::read_word() function in class:h264_stream_parser
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 1078 void h264_stream_parser::read_word() function in class:h264_stream_parser
    [all...]

Completed in 570 milliseconds