Searched refs:fs_calc_structure (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | fastssim.c | 310 static void fs_calc_structure(fs_ctx *_ctx, int _l, int bit_depth) { in fs_calc_structure() function 455 fs_calc_structure(&ctx, l, _bd); in calc_ssim() 459 fs_calc_structure(&ctx, l, _bd); in calc_ssim()
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | fastssim.c | 315 static void fs_calc_structure(fs_ctx *_ctx, int _l, int bit_depth) { in fs_calc_structure() function 465 fs_calc_structure(&ctx, l, _bd); in calc_ssim() 469 fs_calc_structure(&ctx, l, _bd); in calc_ssim()
|