Searched refs:post_uvstride (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | vp8_loopfilter.c | 168 int mb_row, int post_ystride, int post_uvstride, in vp8_loop_filter_row_normal() argument 196 vp8_loop_filter_mbv(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, in vp8_loop_filter_row_normal() 200 vp8_loop_filter_bv(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, in vp8_loop_filter_row_normal() 205 vp8_loop_filter_mbh(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, in vp8_loop_filter_row_normal() 209 vp8_loop_filter_bh(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, in vp8_loop_filter_row_normal() 222 int mb_row, int post_ystride, int post_uvstride, in vp8_loop_filter_row_simple() argument 228 (void)post_uvstride; in vp8_loop_filter_row_simple()
|
D | loopfilter.h | 90 int post_ystride, int post_uvstride, 96 int post_ystride, int post_uvstride,
|