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

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_to_argb.cc44 int inv_crop_height = (crop_height < 0) ? -crop_height : crop_height; local
65 inv_crop_height = -inv_crop_height;
84 crop_width, inv_crop_height);
90 crop_width, inv_crop_height);
96 crop_width, inv_crop_height);
102 crop_width, inv_crop_height);
108 crop_width, inv_crop_height);
114 crop_width, inv_crop_height);
120 crop_width, inv_crop_height);
[all...]
H A Dconvert_to_i420.cc56 const int inv_crop_height = local
92 crop_width, inv_crop_height);
100 crop_width, inv_crop_height);
108 crop_width, inv_crop_height);
116 crop_width, inv_crop_height);
124 crop_width, inv_crop_height);
132 crop_width, inv_crop_height);
140 crop_width, inv_crop_height);
148 crop_width, inv_crop_height);
156 crop_width, inv_crop_height);
[all...]
/external/libyuv/files/source/
H A Dconvert_to_argb.cc49 int inv_crop_height = (crop_height < 0) ? -crop_height : crop_height; local
69 inv_crop_height = -inv_crop_height;
87 crop_width, inv_crop_height);
92 crop_width, inv_crop_height);
97 inv_crop_height);
102 inv_crop_height);
108 inv_crop_height);
114 inv_crop_height);
119 inv_crop_height);
[all...]
H A Dconvert_to_i420.cc63 const int inv_crop_height = local
95 v_stride, crop_width, inv_crop_height);
100 v_stride, crop_width, inv_crop_height);
105 v_stride, crop_width, inv_crop_height);
110 v_stride, crop_width, inv_crop_height);
115 v_stride, crop_width, inv_crop_height);
120 crop_width, inv_crop_height);
125 crop_width, inv_crop_height);
130 crop_width, inv_crop_height);
135 crop_width, inv_crop_height);
[all...]

Completed in 279 milliseconds