Searched refs:frame_all (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 4566 double y, u, v, frame_all; local 4569 frame_all = vpx_highbd_calc_ssimg(cpi->Source, cm->frame_to_show, &y, 4572 frame_all = vpx_calc_ssimg(cpi->Source, cm->frame_to_show, &y, &u, 4576 frame_all = vpx_calc_ssimg(cpi->Source, cm->frame_to_show, &y, &u, &v); 4578 adjust_image_stat(y, u, v, frame_all, &cpi->ssimg); 4584 double y, u, v, frame_all; local 4585 frame_all = vpx_calc_fastssim(cpi->Source, cm->frame_to_show, &y, &u, 4587 adjust_image_stat(y, u, v, frame_all, &cpi->fastssim); 4594 double y, u, v, frame_all; local 4595 frame_all = vpx_psnrhvs(cpi->Source, cm->frame_to_show, &y, &u, &v); [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 5733 double y, u, v, frame_all; in vp8_get_compressed_data() local 5734 frame_all = vpx_calc_ssimg(cpi->Source, cm->frame_to_show, in vp8_get_compressed_data() 5750 cpi->total_ssimg_all_in_layer[i] += frame_all; in vp8_get_compressed_data() 5758 cpi->total_ssimg_all += frame_all; in vp8_get_compressed_data()
|