HomeSort by relevance Sort by last modified time
    Searched refs:frame_psnr (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/
psnr.c 37 double frame_psnr; local
112 frame_psnr = vp8_mse2psnr(source->y_height * source->y_width * 3 / 2 , 255.0, grand_total);
116 return frame_psnr;
onyx_if.c 5138 double frame_psnr = vp8_calc_psnr(cpi->Source, cm->frame_to_show, &y, &u, &v, &sq_error); local
    [all...]

Completed in 324 milliseconds