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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c520 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) function
565 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC,
568 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2,
678 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
830 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV,
1037 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c521 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) function
566 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC,
569 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2,
679 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
831 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV,
1038 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c269 /* The trailing '0' is a terminator which is used inside cost_coeffs() to
280 static INLINE int cost_coeffs(MACROBLOCK *x, function
383 args->rate = cost_coeffs(args->x, plane, block, args->t_above + x_idx,
708 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
721 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
1152 thisrate += cost_coeffs(x, 0, k, ta + (k & 1), tl + (k >> 1), TX_4X4,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c541 /* The trailing '0' is a terminator which is used inside cost_coeffs() to
552 static INLINE int cost_coeffs(MACROBLOCK *x, function
655 args->rate = cost_coeffs(args->x, plane, block, args->t_above + x_idx,
1114 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
1127 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
1595 thisrate += cost_coeffs(x, 0, k, ta + (k & 1), tl + (k >> 1), TX_4X4,

Completed in 89 milliseconds