HomeSort by relevance Sort by last modified time
    Searched full:cost_coeffs (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 521 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) function
569 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC,
572 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2,
682 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
834 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV,
1041 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 476 /* The trailing '0' is a terminator which is used inside cost_coeffs() to
488 static INLINE int cost_coeffs(MACROBLOCK *x, function
588 args->rate = cost_coeffs(args->x, plane, block, args->t_above + x_idx,
    [all...]

Completed in 221 milliseconds