Searched refs:uvstride (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est.c | 85 ((y*c->uvstride + x)>>1), in init_ref() 86 ((y*c->uvstride + x)>>1), in init_ref() 183 const int uvstride= c->uvstride; in cmp_inline() local 222 c->hpel_put[size+1][uvdxy](uvtemp , ref[1] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1); in cmp_inline() 223 c->hpel_put[size+1][uvdxy](uvtemp+8, ref[2] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1); in cmp_inline() 224 d += chroma_cmp_func(s, uvtemp , src[1], uvstride, h>>1); in cmp_inline() 225 d += chroma_cmp_func(s, uvtemp+8, src[2], uvstride, in cmp_inline() [all...] |
H A D | motion_est.h | 83 int uvstride; member
|
H A D | snow.h | 494 ((y*c->uvstride + x)>>s->chroma_h_shift), in init_ref() 495 ((y*c->uvstride + x)>>s->chroma_h_shift), in init_ref()
|
H A D | snowenc.c | 249 const int uvstride= s->current_picture->linesize[1]; in encode_q_branch() local 251 s->input_picture->data[1] + ((x*block_w)>>s->chroma_h_shift) + ((y*uvstride*block_w)>>s->chroma_v_shift), in encode_q_branch() 252 s->input_picture->data[2] + ((x*block_w)>>s->chroma_h_shift) + ((y*uvstride*block_w)>>s->chroma_v_shift)}; in encode_q_branch() 293 av_assert1(c->uvstride == uvstride); in encode_q_branch() 384 sum = pix_sum(current_data[1], uvstride, block_w>>s->chroma_h_shift, block_w>>s->chroma_v_shift); in encode_q_branch() 386 // iscore += pix_norm1(¤t_mb[1][0], uvstride, block_w>>1) - 2*cb*sum + cb*cb*block_s; in encode_q_branch() 387 sum = pix_sum(current_data[2], uvstride, block_w>>s->chroma_h_shift, block_w>>s->chroma_v_shift); in encode_q_branch() 389 // iscore += pix_norm1(¤t_mb[2][0], uvstride, block_w>>1) - 2*cr*sum + cr*cr*block_s; in encode_q_branch()
|
Completed in 8 milliseconds