Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_defs.h870 #define PAD_BUF(pu1_start, stride, wd, ht, p_x, p_y, plane, function_pointer1, function_pointer2) \ argument
872 function_pointer1(pu1_start, stride, ht, wd, p_x); \
873 function_pointer2((pu1_start) - (p_x), stride, ht, wd + ((p_x) << 1), p_y); \
876 #define PAD_BUF_HOR(pu1_start, stride, ht, p_x, p_y, function_pointer) \ argument
878 function_pointer(pu1_start, stride, ht, p_x); \
881 #define PAD_BUF_VER(pu1_start, stride, wd, p_x, p_y, function_pointer) \ argument
883 function_pointer(pu1_start, stride, wd, p_y); \
Dihevce_dep_mngr.c1011 … ihevce_dmgr_map_chk(WORD8 *pu1_start, WORD32 i4_num_ctb_x, WORD32 i4_num_ctb_y, WORD32 i4_stride) in ihevce_dmgr_map_chk() argument
1013 WORD8 *pi1_ctb = pu1_start; in ihevce_dmgr_map_chk()