Searched refs:post_uvstride (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | loopfilter.h | 100 int mb_row, int post_ystride, int post_uvstride, 106 int mb_row, int post_ystride, int post_uvstride,
|
D | vp8_loopfilter.c | 198 int mb_row, int post_ystride, int post_uvstride, in vp8_loop_filter_row_normal() argument 230 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi); in vp8_loop_filter_row_normal() 234 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi); in vp8_loop_filter_row_normal() 239 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi); in vp8_loop_filter_row_normal() 243 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi); in vp8_loop_filter_row_normal() 256 int mb_row, int post_ystride, int post_uvstride, in vp8_loop_filter_row_simple() argument 263 (void)post_uvstride; in vp8_loop_filter_row_simple()
|