Home
last modified time | relevance | path

Searched refs:bp_raw (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dviddec_vc1_workload.c440 BF_WRITE(VC1_0_SEQPIC_BLOCK_CONTROL, BP_RAW_ID2, spr->blk_control, md->bp_raw[0]); in vc1_fill_hw_struct()
441 BF_WRITE(VC1_0_SEQPIC_BLOCK_CONTROL, BP_RAW_ID1, spr->blk_control, md->bp_raw[1]); in vc1_fill_hw_struct()
442 BF_WRITE(VC1_0_SEQPIC_BLOCK_CONTROL, BP_RAW_ID0, spr->blk_control, md->bp_raw[2]); in vc1_fill_hw_struct()
Dvc1parse_common_defs.h190 uint8_t bp_raw[VC1_MAX_BITPLANE_CHUNKS]; member
Dvc1parse_bitplane.c481 pInfo->metadata.bp_raw[bpnum - VIDDEC_WORKLOAD_VC1_BITPLANE0] = true; in vc1_DecodeBitplane()
578 pInfo->metadata.bp_raw[bpnum - VIDDEC_WORKLOAD_VC1_BITPLANE0] = false; in vc1_DecodeBitplane()
Dvc1parse.c399 pInfo->metadata.bp_raw[i] = true; in vc1_ParsePictureLayer()