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/
vp8_loopfilter.c 284 int post_uv_stride = post->uv_stride; local
317 post_uv_stride, &lfi);
321 post_uv_stride, &lfi);
326 post_uv_stride, &lfi);
330 post_uv_stride, &lfi);
340 u_ptr += post_uv_stride * 8 - post->uv_width;
341 v_ptr += post_uv_stride * 8 - post->uv_width;
380 u_ptr += post_uv_stride * 8 - post->uv_width;
381 v_ptr += post_uv_stride * 8 - post->uv_width;

Completed in 75 milliseconds