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 | 979 int ratey = 0; in rd_pick_intra4x4block() local 1016 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1019 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block() 1034 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1041 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block() 1049 rate += ratey; in rd_pick_intra4x4block() 1054 *bestratey = ratey; in rd_pick_intra4x4block() 1081 int ratey = 0; in rd_pick_intra4x4block() local 1116 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1119 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block() [all …]
|