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

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c666 int ratey; local
679 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
680 rate += ratey;
688 *bestratey = ratey;
777 int rate, ratey; local
795 macro_block_yrd(x, &ratey, &distortion);
796 rate = ratey + x->mbmode_cost[xd->frame_type]
806 *rate_y = ratey;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c770 int ratey = 0; local
808 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
811 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd)
825 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
831 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd)
839 rate += ratey;
844 *bestratey = ratey;
874 int ratey = 0; local
910 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
913 if (RDCOST(x->rdmult, x->rddiv, ratey, distortio
[all...]

Completed in 51 milliseconds