Home
last modified time | relevance | path

Searched refs:in_bd (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dssim.h75 uint32_t in_bd);
80 uint32_t bd, uint32_t in_bd);
Dssim.c434 uint32_t bd, uint32_t in_bd) { in vpx_highbd_calc_ssim() argument
439 assert(bd >= in_bd); in vpx_highbd_calc_ssim()
440 shift = bd - in_bd; in vpx_highbd_calc_ssim()
444 source->y_crop_height, in_bd, shift); in vpx_highbd_calc_ssim()
448 source->uv_crop_height, in_bd, shift); in vpx_highbd_calc_ssim()
452 source->uv_crop_height, in_bd, shift); in vpx_highbd_calc_ssim()
Dpsnrhvs.c252 uint32_t in_bd) { in vpx_psnrhvs() argument
260 assert(bd >= in_bd); in vpx_psnrhvs()
262 bd_shift = bd - in_bd; in vpx_psnrhvs()
274 return convert_score_db(psnrhvs, 1.0, in_bd); in vpx_psnrhvs()
Dfastssim.c473 uint32_t in_bd) { in vpx_calc_fastssim() argument
477 assert(bd >= in_bd); in vpx_calc_fastssim()
478 bd_shift = bd - in_bd; in vpx_calc_fastssim()
482 source->y_crop_height, in_bd, bd_shift); in vpx_calc_fastssim()
485 source->uv_crop_height, in_bd, bd_shift); in vpx_calc_fastssim()
488 source->uv_crop_height, in_bd, bd_shift); in vpx_calc_fastssim()
Dpsnr.h52 double *phvs_u, double *phvs_v, uint32_t bd, uint32_t in_bd);
/external/libpng/contrib/libtests/
Dpngvalid.c6758 const png_byte in_bd = dp->this.bit_depth; in transform_image_validate() local
6806 if (in_ct == PNG_COLOR_TYPE_PALETTE || in_bd < 16) in transform_image_validate()
6809 in_sample_depth = in_bd; in transform_image_validate()
6830 transform_row(pp, std, in_ct, in_bd, y); in transform_image_validate()
6841 image_pixel_init(&in_pixel, std, in_ct, in_bd, x, dp->this.palette, in transform_image_validate()
10165 const png_byte in_bd = dp->this.bit_depth; in gamma_image_validate() local
10228 init_validate_info(&vi, dp, pp, in_ct==3?8:in_bd, out_ct==3?8:out_bd); in gamma_image_validate()
10231 || in_bd != out_bd || in_ct != out_ct || vi.do_background; in gamma_image_validate()
10252 transform_row(pp, std, in_ct, in_bd, y); in gamma_image_validate()
10264 in_ct == 3 ? sample(std, 3, in_bd, x, 0, 0, 0) : 256; in gamma_image_validate()
[all …]