Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dviddec_h264_workload.c270 qm_type = DEFAULT_QM; in h264_parse_emit_4X4_scaling_matrix()
283 qm_type = DEFAULT_QM; in h264_parse_emit_4X4_scaling_matrix()
360 case (DEFAULT_QM): in h264_parse_emit_4X4_scaling_matrix()
363 wi.data.data_offset = i + (DEFAULT_QM << 4); in h264_parse_emit_4X4_scaling_matrix()
404 qm_type = DEFAULT_QM; in h264_parse_emit_8X8_scaling_matrix()
421 qm_type = DEFAULT_QM; in h264_parse_emit_8X8_scaling_matrix()
483 case (DEFAULT_QM): in h264_parse_emit_8X8_scaling_matrix()
485 wi.data.data_offset = i + (DEFAULT_QM << 4); in h264_parse_emit_8X8_scaling_matrix()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h94 #define DEFAULT_QM 3 macro