Searched refs:pred0_strd (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_common_utils.h | 153 WORD32 pred0_strd,
|
D | ihevce_common_utils.c | 271 WORD32 pred0_strd, in ihevce_wt_avg_2d() argument 301 pu1_pred0 += pred0_strd; in ihevce_wt_avg_2d()
|
/external/libhevc/encoder/arm/ |
D | ihevce_common_utils_neon.c | 218 WORD32 pred0_strd, in ihevce_wt_avg_2d_4xn_neon() argument 247 src0_u8 = load_unaligned_u8q(pu1_pred0 + ((i * pred0_strd) + j), pred0_strd); in ihevce_wt_avg_2d_4xn_neon() 343 WORD32 pred0_strd, in ihevce_wt_avg_2d_neon() argument 369 pred0_strd, in ihevce_wt_avg_2d_neon() 387 pu1_pred0 + ((i * pred0_strd) + j), in ihevce_wt_avg_2d_neon() 400 pu1_pred0 + (i * pred0_strd), in ihevce_wt_avg_2d_neon() 415 pu1_pred0 + ((i * pred0_strd) + j), in ihevce_wt_avg_2d_neon() 431 pu1_pred0 + ((i * pred0_strd) + j), in ihevce_wt_avg_2d_neon()
|