Searched refs:inner_bw (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c140 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
142 extend_frame(ybf, inner_bw);
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c144 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
146 extend_frame(ybf, subsampling_x, subsampling_y, inner_bw);
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c116 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
118 extend_frame(ybf, inner_bw);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12extend.c206 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
208 extend_frame(ybf, inner_bw);

Completed in 459 milliseconds