Home
last modified time | relevance | path

Searched defs:bit_pos (Results 1 – 25 of 34) sorted by relevance

12

/external/libxaac/decoder/
Dixheaacd_bitbuffer.c51 WORD bit_pos = it_bit_buff->bit_pos; in ixheaacd_skip_bits_buf() local
74 WORD bit_pos = it_bit_buff->bit_pos; in ixheaacd_show_bits_buf() local
101 WORD bit_pos = it_bit_buff->bit_pos; in ixheaacd_read_bits_buf() local
143 UWORD32 ixheaacd_aac_read_byte(UWORD8 **ptr_read_next, WORD32 *bit_pos, in ixheaacd_aac_read_byte()
203 WORD bit_pos = it_bit_buff->bit_pos; in ixheaacd_aac_read_bit() local
231 WORD bit_pos = it_bit_buff->bit_pos; in ixheaacd_aac_read_bit_rev() local
Dixheaacd_multichannel.c79 WORD cblock_decode_huff_symbol(UWORD8 *ptr_read_next, WORD32 bit_pos, in cblock_decode_huff_symbol()
216 WORD32 bit_pos = 7 - bs->bit_pos; in ixheaacd_dec_coupling_channel_element() local
Dixheaacd_block.c171 WORD32 bit_pos = it_bit_buff->bit_pos; in ixheaacd_huffman_dec_word1() local
350 WORD32 bit_pos = it_bit_buff->bit_pos; in ixheaacd_huffman_dec_word2_11() local
507 WORD32 bit_pos = it_bit_buff->bit_pos; in ixheaacd_huffman_dec_quad() local
648 WORD32 bit_pos = it_bit_buff->bit_pos; in ixheaacd_huffman_dec_word2_quad() local
817 WORD32 bit_pos = it_bit_buff->bit_pos; in ixheaacd_huffman_dec_pair() local
915 WORD32 bit_pos = it_bit_buff->bit_pos; in ixheaacd_huffman_dec_word2_pair() local
Dixheaacd_bitbuffer.h38 WORD16 bit_pos; member
67 WORD32 bit_pos; member
Dixheaacd_longblock.c175 WORD32 bit_pos = 7 - it_bit_buff->bit_pos; in ixheaacd_read_scale_factor_data() local
Dixheaacd_huff_code_reorder.c655 WORD32 *bit_pos = &it_bit_buff->bit_pos; in ixheaacd_huff_dec_pair_hcr_pcw() local
794 WORD32 *bit_pos = &it_bit_buff->bit_pos; in ixheaacd_huff_dec_quad_hcr_pcw() local
924 WORD32 *bit_pos = &it_bit_buff->bit_pos; in ixheaacd_huff_dec_word_hcr_pcw() local
Dixheaacd_spectrum_dec.c242 WORD32 bit_pos = 7 - g_bs->bit_pos; in ixheaacd_section_data() local
/external/pdfium/core/fxcrt/
Dcfx_bitstream.cpp37 uint32_t bit_pos = m_BitPos % 8; in GetBits() local
/external/libxaac/decoder/drc_src/
Dimpd_drc_bitbuffer.h29 WORD32 bit_pos; member
Dimpd_drc_bitbuffer.c36 WORD bit_pos = it_bit_buff->bit_pos; in impd_read_bits_buf() local
72 WORD bit_pos = it_bit_buff->bit_pos; in impd_skip_bits_buf() local
/external/f2fs-tools/fsck/
Ddir.c68 unsigned long bit_pos = 0; in find_target_dentry() local
199 unsigned int bit_pos) in f2fs_update_dentry()
223 int level = 0, current_depth, bit_pos; in f2fs_add_link() local
490 unsigned long bit_pos = 0; in convert_inline_dentry() local
/external/libhevc/encoder/arm/
Dihevce_scan_coeffs_neon.c305 volatile WORD32 bit_pos; in ihevce_scan_coeffs_neon() local
474 volatile WORD32 bit_pos; in ihevce_scan_coeffs_neon() local
/external/mesa3d/src/util/
Dtexcompress_rgtc_tmp.h39 const char bit_pos = ((j&3) * 4 + (i&3)) * 3; in TAG() local
/external/libhevc/decoder/
Dihevcd_process_slice.c117 WORD32 bit_pos = proc_type; in ihevcd_proc_map_check() local
200 WORD32 bit_pos = proc_type; in ihevcd_proc_map_update() local
1064 …WORD32 bit_pos = ((ps_proc->i4_ctb_y << (log2_ctb_size - 3)) - 1) * loop_filter_strd + (ps_proc->i… in ihevcd_process() local
/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h61 GLubyte bit_pos = 2 * (j * 4 + i) ; in dxt135_decode_imageblock() local
156 const GLubyte bit_pos = ((j&3) * 4 + (i&3)) * 3; in fetch_2d_texel_rgba_dxt5() local
/external/xz-embedded/linux/lib/xz/
Dxz_dec_bcj.c204 uint32_t bit_pos; in bcj_ia64() local
/external/u-boot/drivers/gpio/
Dsh_pfc.c251 int k, m, n, pos, bit_pos; in get_config_reg() local
/external/u-boot/drivers/mtd/nand/
Domap_gpmc.c502 uint32_t byte_pos, bit_pos; in omap_correct_data_bch() local
Datmel_nand.c442 int byte_pos, bit_pos, sector_size, pos; in pmecc_correct_data() local
/external/freetype/src/pshinter/
Dpshrec.c312 FT_UInt bit_pos, in ps_mask_table_set_bits()
/external/u-boot/drivers/pinctrl/renesas/
Dpfc.c200 unsigned int bit_pos; in sh_pfc_get_config_reg() local
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp177 int bit_pos = m_InPos % 8, bit_left = m_CodeLen; in Decode() local
/external/vixl/src/aarch64/
Dassembler-aarch64.h3630 static Instr ImmTestBranchBit(unsigned bit_pos) { in ImmTestBranchBit()
Dmacro-assembler-aarch64.cc665 void MacroAssembler::Tbnz(const Register& rt, unsigned bit_pos, Label* label) { in Tbnz()
690 void MacroAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) { in Tbz()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc958 void TurboAssembler::Tbnz(const Register& rt, unsigned bit_pos, Label* label) { in Tbnz()
974 void TurboAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) { in Tbz()

12