Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c58 #define SEG_LVL_ALT_Q 0 macro
1197 (seg->feature_enabled_mask[segmentation_id] & BIT(SEG_LVL_ALT_Q))) { in vdec_av1_slice_get_qindex()
1198 data = seg->feature_data[segmentation_id][SEG_LVL_ALT_Q]; in vdec_av1_slice_get_qindex()
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c379 SEG_LVL_ALT_Q = 0, /* Use alternate Quantizer */ enumerator