Home
last modified time | relevance | path

Searched refs:gai4_select_qpel_function_vert (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libhevc/encoder/
H A Dhme_globals.h328 extern S32 gai4_select_qpel_function_vert[4][16];
H A Dhme_globals.c432 S32 gai4_select_qpel_function_vert[4][16] = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, variable
H A Dhme_subpel.c265 vert_func_selector = gai4_select_qpel_function_vert[pt_select_for_TB][dydx]; in hme_qpel_interp_comprehensive()