Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_context_table.h38 #define sbacNext(S, V) (g_nextState[(S)][(V)]) argument
/rockchip-linux_mpp/utils/
H A Dutils.c741 RK_U8 V = (64 + (x / 2) + frm_cnt * 5); in get_rgb_color() local
743 RK_S32 _R = Y + ((360 * (V - 128)) >> 8); in get_rgb_color()
744 RK_S32 _G = Y - (((88 * (U - 128) + 184 * (V - 128))) >> 8); in get_rgb_color()