Searched refs:post_ystride (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | loopfilter.c | 199 int mb_row, int post_ystride, int post_uvstride, in vp8_loop_filter_row_normal() argument 231 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi); in vp8_loop_filter_row_normal() 235 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi); in vp8_loop_filter_row_normal() 240 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi); in vp8_loop_filter_row_normal() 244 (y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, &lfi); in vp8_loop_filter_row_normal() 257 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,
|