Searched refs:MTK_JPEG_DUNUM_MASK (Results 1 – 1 of 1) sorted by relevance
30 #define MTK_JPEG_DUNUM_MASK(val) (((val) - 1) & 0x3) macro395 u32 y_wh = (MTK_JPEG_DUNUM_MASK(y_w) << 2) | MTK_JPEG_DUNUM_MASK(y_h); in mtk_jpeg_dec_set_sampling_factor()396 u32 u_wh = (MTK_JPEG_DUNUM_MASK(u_w) << 2) | MTK_JPEG_DUNUM_MASK(u_h); in mtk_jpeg_dec_set_sampling_factor()397 u32 v_wh = (MTK_JPEG_DUNUM_MASK(v_w) << 2) | MTK_JPEG_DUNUM_MASK(v_h); in mtk_jpeg_dec_set_sampling_factor()