Lines Matching refs:rate
934 // 256 rate units to the bit
1153 int rate = 0;
1164 rate += rateuv;
1170 rate += (Error4x4 < Error16x16) ? rate4x4 : rate16x16;
1219 return rate;
1236 int rate;
1261 inter_error = vp8_rd_pick_inter_mode(cpi, x, recon_yoffset, recon_uvoffset, &rate, &distortion, &intra_error);
1275 inter_error = vp8_pick_inter_mode(cpi, x, recon_yoffset, recon_uvoffset, &rate, &distortion, &intra_error);
1427 return rate;