Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Drdopt.c667 int ratey; in rd_pick_intra4x4block() local
680 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ); in rd_pick_intra4x4block()
681 rate += ratey; in rd_pick_intra4x4block()
689 *bestratey = ratey; in rd_pick_intra4x4block()
778 int rate, ratey; in rd_pick_intra16x16mby_mode() local
796 macro_block_yrd(x, &ratey, &distortion); in rd_pick_intra16x16mby_mode()
797 rate = ratey + x->mbmode_cost[xd->frame_type] in rd_pick_intra16x16mby_mode()
807 *rate_y = ratey; in rd_pick_intra16x16mby_mode()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c799 int ratey = 0; in rd_pick_intra4x4block() local
837 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, in rd_pick_intra4x4block()
840 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block()
854 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, in rd_pick_intra4x4block()
860 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block()
868 rate += ratey; in rd_pick_intra4x4block()
873 *bestratey = ratey; in rd_pick_intra4x4block()
903 int ratey = 0; in rd_pick_intra4x4block() local
939 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, in rd_pick_intra4x4block()
942 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block()
[all …]