Searched refs:FS_COL_ADD (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | fastssim.c | 265 #define FS_COL_ADD(_col, _joffs, _ioffs) \ macro 365 FS_COL_ADD(i, 0, 0); in fs_calc_structure() 368 FS_COL_ADD(i, -k - 1, 0); in fs_calc_structure() 369 FS_COL_ADD(i, k, 0); in fs_calc_structure() 385 FS_COL_ADD(0, 0, 1); in fs_calc_structure() 394 FS_COL_ADD(4, -4, 5); in fs_calc_structure() 395 FS_COL_ADD(4, 3, 5); in fs_calc_structure() 397 FS_COL_ADD(5, -3, 6); in fs_calc_structure() 398 FS_COL_ADD(5, 2, 6); in fs_calc_structure() 400 FS_COL_ADD(6, -2, 7); in fs_calc_structure() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 266 #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 …]
|