Searched refs:uvstride (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmotion_est.c86 ((y*c->uvstride + x)>>1),
87 ((y*c->uvstride + x)>>1),
184 const int uvstride= c->uvstride; local
217 c->hpel_put[size+1][uvdxy](uvtemp , ref[1] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1);
218 c->hpel_put[size+1][uvdxy](uvtemp+8, ref[2] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1);
219 d += chroma_cmp_func(s, uvtemp , src[1], uvstride, h>>1);
220 d += chroma_cmp_func(s, uvtemp+8, src[2], uvstride,
[all...]
H A Dmpegvideo.h176 int uvstride; member in struct:MotionEstContext
H A Dsnow.c827 ((y*c->uvstride + x)>>1),
828 ((y*c->uvstride + x)>>1),
2421 const int uvstride= s->current_picture.linesize[1]; local
2423 s->input_picture.data[1] + (x + y*uvstride)*block_w/2,
2424 s->input_picture.data[2] + (x + y*uvstride)*block_w/2};
2464 assert(c->uvstride == uvstride);
2549 sum = pix_sum(current_data[1], uvstride, block_w>>1);
2551 // iscore += pix_norm1(&current_mb[1][0], uvstride, block_w>>1) - 2*cb*sum + cb*cb*block_s;
2552 sum = pix_sum(current_data[2], uvstride, block_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmotion_est.c86 ((y*c->uvstride + x)>>1),
87 ((y*c->uvstride + x)>>1),
184 const int uvstride= c->uvstride; local
217 c->hpel_put[size+1][uvdxy](uvtemp , ref[1] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1);
218 c->hpel_put[size+1][uvdxy](uvtemp+8, ref[2] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1);
219 d += chroma_cmp_func(s, uvtemp , src[1], uvstride, h>>1);
220 d += chroma_cmp_func(s, uvtemp+8, src[2], uvstride,
[all...]
H A Dmpegvideo.h176 int uvstride; member in struct:MotionEstContext
H A Dsnow.c827 ((y*c->uvstride + x)>>1),
828 ((y*c->uvstride + x)>>1),
2421 const int uvstride= s->current_picture.linesize[1]; local
2423 s->input_picture.data[1] + (x + y*uvstride)*block_w/2,
2424 s->input_picture.data[2] + (x + y*uvstride)*block_w/2};
2464 assert(c->uvstride == uvstride);
2549 sum = pix_sum(current_data[1], uvstride, block_w>>1);
2551 // iscore += pix_norm1(&current_mb[1][0], uvstride, block_w>>1) - 2*cb*sum + cb*cb*block_s;
2552 sum = pix_sum(current_data[2], uvstride, block_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmotion_est.c86 ((y*c->uvstride + x)>>1),
87 ((y*c->uvstride + x)>>1),
184 const int uvstride= c->uvstride; local
217 c->hpel_put[size+1][uvdxy](uvtemp , ref[1] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1);
218 c->hpel_put[size+1][uvdxy](uvtemp+8, ref[2] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1);
219 d += chroma_cmp_func(s, uvtemp , src[1], uvstride, h>>1);
220 d += chroma_cmp_func(s, uvtemp+8, src[2], uvstride,
[all...]
H A Dmpegvideo.h176 int uvstride; member in struct:MotionEstContext
H A Dsnow.c827 ((y*c->uvstride + x)>>1),
828 ((y*c->uvstride + x)>>1),
2421 const int uvstride= s->current_picture.linesize[1]; local
2423 s->input_picture.data[1] + (x + y*uvstride)*block_w/2,
2424 s->input_picture.data[2] + (x + y*uvstride)*block_w/2};
2464 assert(c->uvstride == uvstride);
2549 sum = pix_sum(current_data[1], uvstride, block_w>>1);
2551 // iscore += pix_norm1(&current_mb[1][0], uvstride, block_w>>1) - 2*cb*sum + cb*cb*block_s;
2552 sum = pix_sum(current_data[2], uvstride, block_
[all...]

Completed in 235 milliseconds