Searched refs:post_ystride (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
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 281 (y_ptr, post_ystride, lfi_n->mblim[filter_level]); in vp8_loop_filter_row_simple() 285 (y_ptr, post_ystride, lfi_n->blim[filter_level]); in vp8_loop_filter_row_simple() 290 (y_ptr, post_ystride, lfi_n->mblim[filter_level]); in vp8_loop_filter_row_simple() 294 (y_ptr, post_ystride, lfi_n->blim[filter_level]); in vp8_loop_filter_row_simple()
|
D | loopfilter.h | 100 int mb_row, int post_ystride, int post_uvstride, 106 int mb_row, int post_ystride, int post_uvstride,
|