Lines Matching refs:mpvencdsp
954 ff_mpegvideoencdsp_init(&s->mpvencdsp, avctx); in ff_mpv_encode_init()
1162 int mean = (s->mpvencdsp.pix_sum(src + offset, stride) + 128) >> 8; in get_intra_count()
1292 s->mpvencdsp.draw_edges(dst, dst_stride, in load_input_picture()
1435 s->mpvencdsp.shrink[scale](s->tmp_frames[i]->data[0], in estimate_best_b_count()
1440 s->mpvencdsp.shrink[scale](s->tmp_frames[i]->data[1], in estimate_best_b_count()
1445 s->mpvencdsp.shrink[scale](s->tmp_frames[i]->data[2], in estimate_best_b_count()
1724 s->mpvencdsp.draw_edges(s->current_picture.f->data[0], in frame_end()
1729 s->mpvencdsp.draw_edges(s->current_picture.f->data[1], in frame_end()
1736 s->mpvencdsp.draw_edges(s->current_picture.f->data[2], in frame_end()
2842 int sum = s->mpvencdsp.pix_sum(pix, s->linesize); in mb_var_thread()
2844 varc = (s->mpvencdsp.pix_norm1(pix, s->linesize) - in mb_var_thread()
4440 s->mpvencdsp.add_8x8basis(rem, basis[j], coeff); in dct_quantize_refine()
4447 int best_score = s->mpvencdsp.try_8x8basis(rem, weight, basis[0], 0); in dct_quantize_refine()
4478 score = s->mpvencdsp.try_8x8basis(rem, weight, basis[0], in dct_quantize_refine()
4602 score += s->mpvencdsp.try_8x8basis(rem, weight, basis[j], in dct_quantize_refine()
4651 s->mpvencdsp.add_8x8basis(rem, basis[j], best_unquant_change); in dct_quantize_refine()