Searched defs:out_w (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1807 const int out_w = dst_fb->y_crop_width; local
1829 dsts[i], out_h, out_w, dst_strides[i]);
1843 const int out_w = dst_fb->y_crop_width; local
1858 for (x = 0; x < out_w; x += 16) {
1861 const int x_q4 = x * (16 / factor) * in_w / out_w;
1866 x / factor * in_w / out_w;
1870 vp9_sub_pel_filters_8[x_q4 & 0xf], 16 * in_w / out_w,

Completed in 83 milliseconds