Home
last modified time | relevance | path

Searched refs:post_y_stride (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dloopfilter.c324 int post_y_stride = post->y_stride; in vp8_loop_filter_frame() local
362 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi); in vp8_loop_filter_frame()
366 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi); in vp8_loop_filter_frame()
371 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi); in vp8_loop_filter_frame()
375 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi); in vp8_loop_filter_frame()
384 y_ptr += post_y_stride * 16 - post->y_width; in vp8_loop_filter_frame()
414 (y_ptr, post_y_stride, mblim); in vp8_loop_filter_frame()
418 (y_ptr, post_y_stride, blim); in vp8_loop_filter_frame()
423 (y_ptr, post_y_stride, mblim); in vp8_loop_filter_frame()
427 (y_ptr, post_y_stride, blim); in vp8_loop_filter_frame()
[all …]