Searched refs:ratey (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 666 int ratey; in rd_pick_intra4x4block() local 679 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ); in rd_pick_intra4x4block() 680 rate += ratey; in rd_pick_intra4x4block() 688 *bestratey = ratey; in rd_pick_intra4x4block() 777 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()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1077 int ratey = 0; in rd_pick_intra4x4block() local 1114 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, in rd_pick_intra4x4block() 1117 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block() 1127 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, in rd_pick_intra4x4block() 1132 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) in rd_pick_intra4x4block() 1140 rate += ratey; in rd_pick_intra4x4block() 1145 *bestratey = ratey; in rd_pick_intra4x4block()
|