Home | History | Annotate | Download | only in enc

Lines Matching refs:BPS

222     VP8EncSimpleHFilter16i(y_dst, BPS, limit);
223 VP8EncSimpleVFilter16i(y_dst, BPS, limit);
226 VP8EncHFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
227 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
228 VP8EncVFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
229 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
324 VP8SSIMAccumulate(yuv1 + Y_OFF, BPS, yuv2 + Y_OFF, BPS, x, y, 16, 16, &s);
329 VP8SSIMAccumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s);
330 VP8SSIMAccumulate(yuv1 + V_OFF, BPS, yuv2 + V_OFF, BPS, x, y, 8, 8, &s);