Searched refs:FS_COL_SUB (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | fastssim.c | 276 #define FS_COL_SUB(_col, _joffs, _ioffs) \ macro 386 FS_COL_SUB(2, -3, 2); in fs_calc_structure() 387 FS_COL_SUB(2, 2, 2); in fs_calc_structure() 389 FS_COL_SUB(3, -4, 3); in fs_calc_structure() 390 FS_COL_SUB(3, 3, 3); in fs_calc_structure()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 277 #define FS_COL_SUB(_col, _joffs, _ioffs) \ macro 392 FS_COL_SUB(2, -3, 2); in fs_calc_structure() 393 FS_COL_SUB(2, 2, 2); in fs_calc_structure() 395 FS_COL_SUB(3, -4, 3); in fs_calc_structure() 396 FS_COL_SUB(3, 3, 3); in fs_calc_structure()
|