Searched refs:PPS_QM (Results 1 – 2 of 2) sorted by relevance
285 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()
91 #define PPS_QM 0 macro