Home
last modified time | relevance | path

Searched refs:bits_offset (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_bsd.c38 uint32_t bits_offset =0, byte_offset =0; in h264_get_codeNum() local
49 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul); in h264_get_codeNum()
54 if ((bits_offset != 0) && ( is_first_byte == 1)) in h264_get_codeNum()
58 noOfBits = (uint8_t)(8 - bits_offset); in h264_get_codeNum()
62 temp = (temp << bits_offset); in h264_get_codeNum()
65 bits_need_add_in_first_byte = bits_offset; in h264_get_codeNum()
119 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul); in h264_get_codeNum()
156 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul); in h264_get_codeNum()
157 if(bits_offset!=0) in h264_get_codeNum()
159 viddec_pm_peek_bits(parent, &temp, 8-bits_offset); in h264_get_codeNum()
[all …]
Dmix_vbp_h264_stubs.c136 uint32_t bits_offset =0, byte_offset =0; in h264_parse_emit_current_slice() local
228 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul); in h264_parse_emit_current_slice()
234 if(0!=bits_offset) { in h264_parse_emit_current_slice()
243 if(0!=bits_offset) { in h264_parse_emit_current_slice()
245 wi.data.data_offset = bits_offset; in h264_parse_emit_current_slice()
Dh264parse_sh.c172 uint32_t bits_offset =0, byte_offset =0; in h264_Parse_Slice_Header_3() local
229 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul); in h264_Parse_Slice_Header_3()
233 pInfo->h264_pwt_start_bit_offset = bits_offset; in h264_Parse_Slice_Header_3()
240 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul); in h264_Parse_Slice_Header_3()
242 if(0 == bits_offset) in h264_Parse_Slice_Header_3()
250 pInfo->h264_pwt_end_bit_offset = bits_offset; in h264_Parse_Slice_Header_3()
Dviddec_h264_workload.c826 uint32_t bits_offset =0, byte_offset =0; in h264_parse_emit_current_slice() local
937 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul); in h264_parse_emit_current_slice()
943 if(0!=bits_offset) { in h264_parse_emit_current_slice()
944 viddec_pm_get_bits(parent, &data, 8-bits_offset); in h264_parse_emit_current_slice()
949 if(0!=bits_offset) { in h264_parse_emit_current_slice()
951 wi.data.data_offset = bits_offset; in h264_parse_emit_current_slice()
Dh264parse_sei.c1103 uint32_t next_8_bits = 0,bits_offset=0,byte_offset = 0; in h264_Parse_Supplemental_Enhancement_Information_Message() local
1151 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul); in h264_Parse_Supplemental_Enhancement_Information_Message()
1154 if(bits_offset!=0) in h264_Parse_Supplemental_Enhancement_Information_Message()
1156 viddec_pm_get_bits(parent, (uint32_t *)&next_8_bits, 8-bits_offset); in h264_Parse_Supplemental_Enhancement_Information_Message()
/hardware/intel/img/psb_video/src/
Dtng_vld_dec.h58 unsigned int bits_offset; member
Dtng_vld_dec.c308 ctx->bits_offset, in vld_dec_process_slice()
Dtng_jpegdec.c986 dec_ctx->bits_offset = 0; in tng__JPEG_begin_slice()
Dpnw_MPEG2.c1250 dec_ctx->bits_offset = slice_param->macroblock_offset; in psb__MPEG2_begin_slice()
Dtng_VP8.c1414 dec_ctx->bits_offset = slice_param->macroblock_offset; in tng__VP8_begin_slice()
Dpnw_H264.c1632 dec_ctx->bits_offset = slice_param->slice_data_bit_offset; in psb__H264_begin_slice()
Dpnw_MPEG4.c2024 dec_ctx->bits_offset = slice_param->macroblock_offset; in psb__MPEG4_begin_slice()
Dpnw_VC1.c2589 dec_ctx->bits_offset = slice_param->macroblock_offset; in psb__VC1_begin_slice()