Lines Matching defs:stride

84           y*c->  stride + x,
110 const int stride= c->stride;
132 uint8_t *dst= c->temp + 8*(i&1) + 8*stride*(i>>1);
134 c->qpel_put[1][fxy](dst, ref[0] + (fx>>2) + (fy>>2)*stride, stride);
135 c->qpel_avg[1][bxy](dst, ref[8] + (bx>>2) + (by>>2)*stride, stride);
137 c->hpel_put[1][fxy](dst, ref[0] + (fx>>1) + (fy>>1)*stride, stride, 8);
138 c->hpel_avg[1][bxy](dst, ref[8] + (bx>>1) + (by>>1)*stride, stride, 8);
150 c->qpel_put[1][fxy](c->temp , ref[0] + (fx>>2) + (fy>>2)*stride , stride);
151 c->qpel_put[1][fxy](c->temp + 8 , ref[0] + (fx>>2) + (fy>>2)*stride + 8 , stride);
152 c->qpel_put[1][fxy](c->temp + 8*stride, ref[0] + (fx>>2) + (fy>>2)*stride + 8*stride, stride);
153 c->qpel_put[1][fxy](c->temp + 8 + 8*stride, ref[0] + (fx>>2) + (fy>>2)*stride + 8 + 8*stride, stride);
154 c->qpel_avg[1][bxy](c->temp , ref[8] + (bx>>2) + (by>>2)*stride , stride);
155 c->qpel_avg[1][bxy](c->temp + 8 , ref[8] + (bx>>2) + (by>>2)*stride + 8 , stride);
156 c->qpel_avg[1][bxy](c->temp + 8*stride, ref[8] + (bx>>2) + (by>>2)*stride + 8*stride, stride);
157 c->qpel_avg[1][bxy](c->temp + 8 + 8*stride, ref[8] + (bx>>2) + (by>>2)*stride + 8 + 8*stride, stride);
168 c->hpel_put[0][fxy](c->temp, ref[0] + (fx>>1) + (fy>>1)*stride, stride, 16);
169 c->hpel_avg[0][bxy](c->temp, ref[8] + (bx>>1) + (by>>1)*stride, stride, 16);
172 d = cmp_func(s, c->temp, src[0], stride, 16);
182 const int stride= c->stride;
195 c->qpel_put[size][dxy](c->temp, ref[0] + x + y*stride, stride); //FIXME prototype (add h)
197 c->qpel_put[1][dxy](c->temp , ref[0] + x + y*stride , stride);
198 c->qpel_put[1][dxy](c->temp + 8, ref[0] + x + y*stride + 8, stride);
210 c->hpel_put[size][dxy](c->temp, ref[0] + x + y*stride, stride, h);
214 d = cmp_func(s, c->temp, src[0], stride, h);
216 d = cmp_func(s, src[0], ref[0] + x + y*stride, stride, h);
221 uint8_t * const uvtemp= c->temp + 16*stride;
297 ptrdiff_t stride, int h)
302 static void zero_hpel(uint8_t *a, const uint8_t *b, ptrdiff_t stride, int h){
321 if(cache_size < 2*dia_size && !c->stride){
361 c->stride = s->linesize;
364 c->stride = 16*s->mb_width + 32;
389 d = s->mecc.pix_abs[size][(x ? 1 : 0) + (y ? 2 : 0)](NULL, pix, ptr + ((x) >> 1), stride, h); \
403 int stride= c->stride;
418 ptr = c->ref[ref_index][0] + (my * stride) + mx;
438 ptr-= stride;
445 ptr+= stride;
447 ptr+= stride;
455 ptr+= stride;
457 ptr+= stride;
466 ptr+= stride;
468 ptr+= stride;
476 ptr+= stride;
478 ptr+= stride;
563 const int stride= c->stride;
566 c->ref[2][0] = c->ref[0][0] + 8*stride;
569 c->src[2][0] = c->src[0][0] + 8*stride;
582 const int stride= c->stride;
644 const int offset= ((block&1) + (block>>1)*stride)*8;
647 uint8_t *ref= c->ref[block][0] + (mx4>>2) + (my4>>2)*stride;
651 s->qdsp.put_no_rnd_qpel_pixels_tab[1][dxy](dest_y, ref, stride);
653 s->qdsp.put_qpel_pixels_tab[1][dxy](dest_y, ref, stride);
655 uint8_t *ref= c->ref[block][0] + (mx4>>1) + (my4>>1)*stride;
659 s->hdsp.put_no_rnd_pixels_tab[1][dxy](dest_y , ref , stride, h);
661 s->hdsp.put_pixels_tab [1][dxy](dest_y , ref , stride, h);
687 s->mb_x * 16 + s->mb_y * 16 * stride,
688 c->scratchpad, stride, 16);
750 const int stride= 2*s->linesize;
757 c->stride<<=1;
811 uint8_t *ref= c->ref[field_select+ref_index][0] + (mx_i>>1) + (my_i>>1)*stride;
815 s->hdsp.put_no_rnd_pixels_tab[size][dxy](c->scratchpad, ref , stride, h);
817 s->hdsp.put_pixels_tab [size][dxy](c->scratchpad, ref , stride, h);
819 dmin = s->mecc.mb_cmp[size](s, c->src[block][0], c->scratchpad, stride, h);
846 c->stride>>=1;
903 av_assert0(s->linesize == c->stride);
1191 int stride= c->stride;
1206 ptr = ref_data[0] + (src_y * stride) + src_x;
1207 s->qdsp.put_qpel_pixels_tab[0][dxy](dest_y, ptr, stride);
1213 ptr = ref2_data[0] + (src_y * stride) + src_x;
1214 s->qdsp.avg_qpel_pixels_tab[size][dxy](dest_y, ptr, stride);
1220 ptr = ref_data[0] + (src_y * stride) + src_x;
1221 s->hdsp.put_pixels_tab[size][dxy](dest_y , ptr , stride, h);
1227 ptr = ref2_data[0] + (src_y * stride) + src_x;
1228 s->hdsp.avg_pixels_tab[size][dxy](dest_y , ptr , stride, h);
1233 + s->mecc.mb_cmp[size](s, src_data[0], dest_y, stride, h); // FIXME new_pic