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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
832 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV,
1043 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 27 milliseconds