Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegpicture.c291 pic->mb_mean = pic->mb_mean_buf->data; in ff_alloc_picture()
319 int off = offsetof(Picture, mb_mean) + sizeof(pic->mb_mean); in ff_mpeg_unref_picture()
361 dst->mb_mean = src->mb_mean; in ff_update_picture_tables()
H A Dmpegpicture.h76 uint8_t *mb_mean; ///< Table for MB luminance member
H A Dsvq1enc.c316 s->m.current_picture.mb_mean = (uint8_t *)s->dummy; in svq1_encode_plane()
H A Dratecontrol.c762 const int lumi = pic->mb_mean[mb_xy]; in adaptive_quantization()
H A Dmotion_est.c920 pic->mb_mean[s->mb_stride * mb_y + mb_x] = (sum+128)>>8; in ff_estimate_p_frame_motion()
H A Dmpegvideo_enc.c2654 s->current_picture.mb_mean[s->mb_stride * mb_y + mb_x] = (sum+128)>>8; in mb_var_thread()

Completed in 13 milliseconds