Searched refs:fs_calc_structure (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | fastssim.c | 308 static void fs_calc_structure(fs_ctx *_ctx, int _l, int bit_depth) { in fs_calc_structure() function 453 fs_calc_structure(&ctx, l, _bd); in calc_ssim() 457 fs_calc_structure(&ctx, l, _bd); in calc_ssim()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 313 static void fs_calc_structure(fs_ctx *_ctx, int _l, int bit_depth) { in fs_calc_structure() function 463 fs_calc_structure(&ctx, l, _bd); in calc_ssim() 467 fs_calc_structure(&ctx, l, _bd); in calc_ssim()
|