Searched refs:bits_offset (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse_bsd.c | 38 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 …]
|
D | mix_vbp_h264_stubs.c | 136 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()
|
D | h264parse_sh.c | 172 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()
|
D | viddec_h264_workload.c | 826 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()
|
D | h264parse_sei.c | 1103 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/ |
D | tng_vld_dec.h | 58 unsigned int bits_offset; member
|
D | tng_vld_dec.c | 308 ctx->bits_offset, in vld_dec_process_slice()
|
D | tng_jpegdec.c | 986 dec_ctx->bits_offset = 0; in tng__JPEG_begin_slice()
|
D | pnw_MPEG2.c | 1250 dec_ctx->bits_offset = slice_param->macroblock_offset; in psb__MPEG2_begin_slice()
|
D | tng_VP8.c | 1414 dec_ctx->bits_offset = slice_param->macroblock_offset; in tng__VP8_begin_slice()
|
D | pnw_H264.c | 1632 dec_ctx->bits_offset = slice_param->slice_data_bit_offset; in psb__H264_begin_slice()
|
D | pnw_MPEG4.c | 2024 dec_ctx->bits_offset = slice_param->macroblock_offset; in psb__MPEG4_begin_slice()
|
D | pnw_VC1.c | 2589 dec_ctx->bits_offset = slice_param->macroblock_offset; in psb__VC1_begin_slice()
|