Searched defs:bits_offset (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_bsd.c38 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!
196 uint32_t bits_offset =0, byte_offset =0; local
[all...]
H A Dh264parse_sh.c172 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;
H A Dmix_vbp_h264_stubs.c136 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;
H A Dh264parse_sei.c1103 uint32_t next_8_bits = 0,bits_offset=0,byte_offset = 0; local
1151 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
1152 // OS_INFO("SEI byte_offset 3= %d, bits_offset=%d\n", byte_offset, bits_offset);
1154 if(bits_offset!=0)
1156 viddec_pm_get_bits(parent, (uint32_t *)&next_8_bits, 8-bits_offset);
H A Dviddec_h264_workload.c826 uint32_t bits_offset =0, byte_offset =0; local
937 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
939 //OS_INFO("DEBUG---entropy_coding_mode_flag:%d, bits_offset: %d\n", pInfo->active_PPS.entropy_coding_mode_flag, bits_offset);
943 if(0!=bits_offset) {
944 viddec_pm_get_bits(parent, &data, 8-bits_offset);
949 if(0!=bits_offset) {
951 wi.data.data_offset = bits_offset;
/hardware/intel/img/psb_video/src/
H A Dtng_vld_dec.h58 unsigned int bits_offset; member in struct:context_DEC_s

Completed in 1694 milliseconds