Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c249 #define FS_COL_ADD(_col, _joffs, _ioffs) \ macro
350 FS_COL_ADD(i, 0, 0); in fs_calc_structure()
353 FS_COL_ADD(i, -k - 1, 0); in fs_calc_structure()
354 FS_COL_ADD(i, k, 0); in fs_calc_structure()
373 FS_COL_ADD(0, 0, 1); in fs_calc_structure()
382 FS_COL_ADD(4, -4, 5); in fs_calc_structure()
383 FS_COL_ADD(4, 3, 5); in fs_calc_structure()
385 FS_COL_ADD(5, -3, 6); in fs_calc_structure()
386 FS_COL_ADD(5, 2, 6); in fs_calc_structure()
388 FS_COL_ADD(6, -2, 7); in fs_calc_structure()
[all …]