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;
149 int height = info.height;
154 for (int i = 0; i < height; i++) {
164 height = height/2;
165 for (int i = 0; i < height; i++) {
196 info.height = rhs->h;
202 info.src_plane1_offset = info.src_stride*info.height;
203 info.dst_plane1_offset = info.dst_stride*info.height;
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
241 info.height = rhs->h;
247 info.src_plane1_offset = info.src_stride*info.height;
248 info.dst_plane1_offset = info.dst_stride*info.height;
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);