HomeSort by relevance Sort by last modified time
    Searched defs:bits_offset (Results 1 - 8 of 8) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
mix_vbp_h264_stubs.c 136 uint32_t bits_offset =0, byte_offset =0; local
228 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
230 //OS_INFO("DEBUG---entropy_coding_mode_flag:%d, bits_offset: %d\n", pInfo->active_PPS.entropy_coding_mode_flag, bits_offset);
234 if(0!=bits_offset) {
238 //viddec_pm_get_bits(parent, &data, 8-bits_offset);
243 if(0!=bits_offset) {
245 wi.data.data_offset = bits_offset;
h264parse_bsd.c 38 uint32_t bits_offset =0, byte_offset =0; local
49 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
54 if ((bits_offset != 0) && ( is_first_byte == 1))
58 noOfBits = (uint8_t)(8 - bits_offset);
62 temp = (temp << bits_offset);
65 bits_need_add_in_first_byte = bits_offset;
119 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
121 //count = (uint8_t)((leadingZeroBits + bits_offset)& 0x7);
156 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
157 if(bits_offset!=0)
196 uint32_t bits_offset =0, byte_offset =0; local
    [all...]
h264parse_sh.c 172 uint32_t bits_offset =0, byte_offset =0; local
229 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
233 pInfo->h264_pwt_start_bit_offset = bits_offset;
240 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
242 if(0 == bits_offset)
250 pInfo->h264_pwt_end_bit_offset = bits_offset;
h264parse_sei.c 1103 uint32_t next_8_bits = 0,bits_offset=0,byte_offset = 0; local
    [all...]
viddec_h264_workload.c 826 uint32_t bits_offset =0, byte_offset =0; local
    [all...]
  /hardware/intel/img/psb_video/src/
tng_vld_dec.h 58 unsigned int bits_offset; member in struct:context_DEC_s
  /external/freetype/include/
ftwinfnt.h 214 FT_ULong bits_offset; member in struct:FT_WinFNT_HeaderRec_
  /external/pdfium/third_party/freetype/include/
ftwinfnt.h 214 FT_ULong bits_offset; member in struct:FT_WinFNT_HeaderRec_

Completed in 89 milliseconds