Home | History | Annotate | Download | only in generic

Lines Matching refs:ext_size

131 static void extend_frame(YV12_BUFFER_CONFIG *const ybf, int ext_size) {
136 const int c_et = ext_size >> ss_y;
137 const int c_el = ext_size >> ss_x;
149 ybf->y_crop_height, ext_size, ext_size,
150 ext_size + ybf->y_height - ybf->y_crop_height,
151 ext_size + ybf->y_width - ybf->y_crop_width);
160 ybf->y_crop_height, ext_size, ext_size,
161 ext_size + ybf->y_height - ybf->y_crop_height,
162 ext_size + ybf->y_width - ybf->y_crop_width);