Home
last modified time | relevance | path

Searched refs:PPS_QM (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dviddec_h264_workload.c285 qm_type = PPS_QM; in h264_parse_emit_4X4_scaling_matrix()
334 case (PPS_QM):{ in h264_parse_emit_4X4_scaling_matrix()
338 wi.data.data_offset = i + (PPS_QM << 4) + (n_items <<8); in h264_parse_emit_4X4_scaling_matrix()
425 qm_type = PPS_QM; in h264_parse_emit_8X8_scaling_matrix()
460 case (PPS_QM): in h264_parse_emit_8X8_scaling_matrix()
464 wi.data.data_offset = i + (PPS_QM << 4) + (n_items <<8); in h264_parse_emit_8X8_scaling_matrix()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h91 #define PPS_QM 0 macro