Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:height

50     // vertical stride is the same as height, so not considered
53 unsigned int height = src->h;
99 while(r1 < height/2) {
128 int height;
148 int height = info.height;
153 for (int i = 0; i < height; i++) {
163 height = height/2;
164 for (int i = 0; i < height; i++) {
195 info.height = rhs->h;
201 info.src_plane1_offset = info.src_stride*info.height;
202 info.dst_plane1_offset = info.dst_stride*info.height;
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
240 info.height = rhs->h;
246 info.src_plane1_offset = info.src_stride*info.height;
247 info.dst_plane1_offset = info.dst_stride*info.height;
251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);