Home
last modified time | relevance | path

Searched refs:mc_mb_var (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegpicture.c290 pic->mc_mb_var = (uint16_t*)pic->mc_mb_var_buf->data; in ff_alloc_picture()
360 dst->mc_mb_var = src->mc_mb_var; in ff_update_picture_tables()
H A Dmpegpicture.h69 uint16_t *mc_mb_var; ///< Table for motion compensated MB variances member
H A Dmotion_est.c968 pic->mc_mb_var[s->mb_stride * mb_y + mb_x] = (vard+128)>>8; in ff_estimate_p_frame_motion()
1512 s->current_picture.mc_mb_var[mb_y*s->mb_stride + mb_x] = score; //FIXME use SSE in ff_estimate_b_frame_motion()
1577 s->current_picture.mc_mb_var[mb_y*s->mb_stride + mb_x] = score; //FIXME use SSE in ff_estimate_b_frame_motion()
1632 if(s->pict_type==AV_PICTURE_TYPE_B || s->current_picture.mc_mb_var[xy] < s->current_picture.mb_var[xy]) in ff_get_best_fcode()
H A Dsvq1enc.c318 s->m.current_picture.mc_mb_var = (uint16_t *)s->dummy; in svq1_encode_plane()
H A Dratecontrol.c760 float temp_cplx = sqrt(pic->mc_mb_var[mb_xy]); // FIXME merge in pow() in adaptive_quantization()
H A Dmpegvideo_enc.c2240 if (s->current_picture.mc_mb_var[s->mb_stride * mb_y + mb_x] < in encode_mb_internal()

Completed in 14 milliseconds