Home
last modified time | relevance | path

Searched defs:border_offset (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dvpx_convolve_neon.c31 const ptrdiff_t border_offset = vert_filter_taps / 2 - 1; in vpx_convolve8_neon() local
58 const ptrdiff_t border_offset = SUBPEL_TAPS / 2 - 1; in vpx_convolve8_avg_neon() local
H A Dhighbd_vpx_convolve8_sve2.c744 const ptrdiff_t border_offset = SUBPEL_TAPS / 2 - 1; in vpx_highbd_convolve8_sve2() local
778 const ptrdiff_t border_offset = SUBPEL_TAPS / 2 - 1; in vpx_highbd_convolve8_avg_sve2() local
/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c537 int border_offset, uint8_t *const dst, in extend_and_predict()
561 int border_offset, uint8_t *const dst, in extend_and_predict()
689 const int border_offset = y_pad * 3 * b_w + x_pad * 3; in dec_build_inter_predictors() local