Searched refs:mc_mb_var (Results 1 – 6 of 6) sorted by relevance
269 pic->mc_mb_var = (uint16_t*)pic->mc_mb_var_buf->data; in ff_alloc_picture()338 dst->mc_mb_var = src->mc_mb_var; in ff_update_picture_tables()
68 uint16_t *mc_mb_var; ///< Table for motion compensated MB variances member
966 pic->mc_mb_var[s->mb_stride * mb_y + mb_x] = (vard+128)>>8; in ff_estimate_p_frame_motion()1510 s->current_picture.mc_mb_var[mb_y*s->mb_stride + mb_x] = score; //FIXME use SSE in ff_estimate_b_frame_motion()1575 s->current_picture.mc_mb_var[mb_y*s->mb_stride + mb_x] = score; //FIXME use SSE in ff_estimate_b_frame_motion()1630 …if(s->pict_type==AV_PICTURE_TYPE_B || s->current_picture.mc_mb_var[xy] < s->current_picture.mb_var… in ff_get_best_fcode()
315 s->m.current_picture.mc_mb_var = (uint16_t *)s->dummy; in svq1_encode_plane()
761 float temp_cplx = sqrt(pic->mc_mb_var[mb_xy]); // FIXME merge in pow() in adaptive_quantization()
2449 if (s->current_picture.mc_mb_var[s->mb_stride * mb_y + mb_x] < in encode_mb_internal()