Lines Matching defs:size
52 int size, int h);
107 const int size, const int h, int ref_index, int src_index,
179 const int size, const int h, int ref_index, int src_index,
194 if (h << size == 16) {
195 c->qpel_put[size][dxy](c->temp, ref[0] + x + y*stride, stride); //FIXME prototype (add h)
196 } else if (size == 0 && h == 8) {
210 c->hpel_put[size][dxy](c->temp, ref[0] + x + y*stride, stride, h);
222 c->hpel_put[size+1][uvdxy](uvtemp , ref[1] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1);
223 c->hpel_put[size+1][uvdxy](uvtemp+8, ref[2] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1);
237 const int size, const int h, int ref_index, int src_index,
240 return cmp_direct_inline(s,x,y,0,0,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, flags&FLAG_QPEL);
242 return cmp_inline(s,x,y,0,0,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, 0, flags&FLAG_CHROMA);
247 const int size, const int h, int ref_index, int src_index,
250 return cmp_direct_inline(s,x,y,subx,suby,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, flags&FLAG_QPEL);
252 return cmp_inline(s,x,y,subx,suby,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, flags&FLAG_QPEL, flags&FLAG_CHROMA);
260 const int size, const int h, int ref_index, int src_index,
262 if(av_builtin_constant_p(flags) && av_builtin_constant_p(h) && av_builtin_constant_p(size)
264 && flags==0 && h==16 && size==0 && subx==0 && suby==0){
268 return cmp_fpel_internal(s,x,y,size,h,ref_index,src_index, cmp_func, chroma_cmp_func,flags);
270 return cmp_internal(s,x,y,subx,suby,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, flags);
275 const int size, const int h, int ref_index, int src_index,
278 return cmp_direct_inline(s,x,y,subx,suby,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, 0);
280 return cmp_inline(s,x,y,subx,suby,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, 0, flags&FLAG_CHROMA);
285 const int size, const int h, int ref_index, int src_index,
288 return cmp_direct_inline(s,x,y,subx,suby,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, 1);
290 return cmp_inline(s,x,y,subx,suby,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, 1, flags&FLAG_CHROMA);
312 av_log(s->avctx, AV_LOG_ERROR, "ME_MAP size is too small for SAB diamond\n");
322 av_log(s->avctx, AV_LOG_INFO, "ME_MAP size may be a little small for the selected diamond size\n");
389 d = s->mecc.pix_abs[size][(x ? 1 : 0) + (y ? 2 : 0)](NULL, pix, ptr + ((x) >> 1), stride, h); \
397 int size, int h)
576 const int size= 1;
640 dmin4= c->sub_motion_search(s, &mx4, &my4, dmin4, block, block, size, h);
744 const int size=0;
802 dmin= c->sub_motion_search(s, &mx_i, &my_i, dmin, block, field_select+ref_index, size, h);
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);
1183 int size, int h)
1214 s->qdsp.avg_qpel_pixels_tab[size][dxy](dest_y, ptr, stride);
1221 s->hdsp.put_pixels_tab[size][dxy](dest_y , ptr , stride, h);
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