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

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c549 int ratey; local
562 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
563 rate += ratey;
570 *bestratey = ratey;
650 int rate, ratey; local
664 macro_block_yrd(x, &ratey, &distortion);
665 rate = ratey +
674 *rate_y = ratey;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c988 int ratey = 0; local
1025 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan,
1028 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd)
1043 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan,
1050 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd)
1058 rate += ratey;
1063 *bestratey = ratey;
1090 int ratey = 0; local
1125 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan,
1128 if (RDCOST(x->rdmult, x->rddiv, ratey, distortio
[all...]

Completed in 360 milliseconds