Home | History | Annotate | Download | only in encoder

Lines Matching refs:rate_y

47     int rate_y;
709 int *rate_y, int *Distortion, int best_rd)
766 *rate_y = tot_rate_y;
775 int *rate_y,
809 *rate_y = ratey;
1822 macro_block_yrd(x, &rd->rate_y, &distortion);
1823 rd->rate2 += rd->rate_y;
1889 rd->rate2 -= (rd->rate_y + rd->rate_uv);
2154 tmp_rd = rd_pick_intra4x4mby_modes(x, &rate, &rd.rate_y, &distortion, best_mode.yrd);
2186 &rate, &rd.rate_y, &distortion, this_rd_thresh) ;
2222 macro_block_yrd(x, &rd.rate_y, &distortion) ;
2223 rd.rate2 += rd.rate_y;