Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h135 #define ALF_MAX_COEFS 9 macro
284 RK_S32 alf_coeff_y[ALF_MAX_FILTERS][ALF_MAX_COEFS];
285 RK_S32 alf_coeff_cb[ALF_MAX_COEFS];
286 RK_S32 alf_coeff_cr[ALF_MAX_COEFS];
H A Davs2d_ps.c407 for (j = 0; j < ALF_MAX_COEFS; j++) { in read_pic_alf_coeff()