Searched refs:ratey (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 549 int ratey; in rd_pick_intra4x4block() local 562 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ); in rd_pick_intra4x4block() 563 rate += ratey; in rd_pick_intra4x4block() 570 *bestratey = ratey; in rd_pick_intra4x4block() 650 int rate, ratey; in rd_pick_intra16x16mby_mode() local 664 macro_block_yrd(x, &ratey, &distortion); in rd_pick_intra16x16mby_mode() 665 rate = ratey + in rd_pick_intra16x16mby_mode() 674 *rate_y = ratey; in rd_pick_intra16x16mby_mode()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1118 int ratey = 0; in rd_pick_intra4x4block() local 1155 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1158 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block() 1173 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1180 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block() 1188 rate += ratey; in rd_pick_intra4x4block() 1193 *bestratey = ratey; in rd_pick_intra4x4block() 1220 int ratey = 0; in rd_pick_intra4x4block() local 1255 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1258 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block() [all …]
|