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

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 417 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, function
461 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC,
465 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2,
562 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
699 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV,
888 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 341 /* The trailing '0' is a terminator which is used inside cost_coeffs() to
352 static int cost_coeffs(MACROBLOCK *x, int plane, int block, TX_SIZE tx_size, function
653 return cost_coeffs(args->x, plane, block, tx_size, coeff_ctx, args->so->scan,
    [all...]

Completed in 501 milliseconds