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.c266 #define FS_COL_ADD(_col, _joffs, _ioffs) \ macro
371 FS_COL_ADD(i, 0, 0); in fs_calc_structure()
374 FS_COL_ADD(i, -k - 1, 0); in fs_calc_structure()
375 FS_COL_ADD(i, k, 0); in fs_calc_structure()
391 FS_COL_ADD(0, 0, 1); in fs_calc_structure()
400 FS_COL_ADD(4, -4, 5); in fs_calc_structure()
401 FS_COL_ADD(4, 3, 5); in fs_calc_structure()
403 FS_COL_ADD(5, -3, 6); in fs_calc_structure()
404 FS_COL_ADD(5, 2, 6); in fs_calc_structure()
406 FS_COL_ADD(6, -2, 7); in fs_calc_structure()
[all …]