Searched defs:cost_coeffs (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c417 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,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c341 /* 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,
1025 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan,
1043 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan,
1125 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan,
1140 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan,
1591 thisrate += cost_coeffs(x, 0, k, TX_4X4, coeff_ctx, so->scan,

Completed in 157 milliseconds