HomeSort by relevance Sort by last modified time
    Searched full:post_uv_stride (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp8/common/
loopfilter.c 326 int post_uv_stride = post->uv_stride; local
363 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
367 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
372 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
376 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
386 u_ptr += post_uv_stride * 8 - post->uv_width;
387 v_ptr += post_uv_stride * 8 - post->uv_width;
438 u_ptr += post_uv_stride * 8 - post->uv_width;
439 v_ptr += post_uv_stride * 8 - post->uv_width;

Completed in 341 milliseconds