Lines Matching refs:mpvencdsp
811 ff_mpegvideoencdsp_init(&s->mpvencdsp, avctx);
986 int mean = (s->mpvencdsp.pix_sum(src + offset, stride) + 128) >> 8;
1116 s->mpvencdsp.draw_edges(dst, dst_stride,
1258 s->mpvencdsp.shrink[scale](s->tmp_frames[i]->data[0],
1263 s->mpvencdsp.shrink[scale](s->tmp_frames[i]->data[1],
1268 s->mpvencdsp.shrink[scale](s->tmp_frames[i]->data[2],
1543 s->mpvencdsp.draw_edges(s->current_picture.f->data[0],
1548 s->mpvencdsp.draw_edges(s->current_picture.f->data[1],
1555 s->mpvencdsp.draw_edges(s->current_picture.f->data[2],
2648 int sum = s->mpvencdsp.pix_sum(pix, s->linesize);
2650 varc = (s->mpvencdsp.pix_norm1(pix, s->linesize) -
4216 s->mpvencdsp.add_8x8basis(rem, basis[j], coeff);
4223 int best_score = s->mpvencdsp.try_8x8basis(rem, weight, basis[0], 0);
4254 score = s->mpvencdsp.try_8x8basis(rem, weight, basis[0],
4378 score += s->mpvencdsp.try_8x8basis(rem, weight, basis[j],
4427 s->mpvencdsp.add_8x8basis(rem, basis[j], best_unquant_change);