Home
last modified time | relevance | path

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

/external/libaom/aom_dsp/
Dfastssim.c267 #define FS_COL_ADD(_col, _joffs, _ioffs) \ macro
367 FS_COL_ADD(i, 0, 0); in fs_calc_structure()
370 FS_COL_ADD(i, -k - 1, 0); in fs_calc_structure()
371 FS_COL_ADD(i, k, 0); in fs_calc_structure()
387 FS_COL_ADD(0, 0, 1); in fs_calc_structure()
396 FS_COL_ADD(4, -4, 5); in fs_calc_structure()
397 FS_COL_ADD(4, 3, 5); in fs_calc_structure()
399 FS_COL_ADD(5, -3, 6); in fs_calc_structure()
400 FS_COL_ADD(5, 2, 6); in fs_calc_structure()
402 FS_COL_ADD(6, -2, 7); in fs_calc_structure()
[all …]
/external/libvpx/vpx_dsp/
Dfastssim.c272 #define FS_COL_ADD(_col, _joffs, _ioffs) \ macro
377 FS_COL_ADD(i, 0, 0); in fs_calc_structure()
380 FS_COL_ADD(i, -k - 1, 0); in fs_calc_structure()
381 FS_COL_ADD(i, k, 0); in fs_calc_structure()
397 FS_COL_ADD(0, 0, 1); in fs_calc_structure()
406 FS_COL_ADD(4, -4, 5); in fs_calc_structure()
407 FS_COL_ADD(4, 3, 5); in fs_calc_structure()
409 FS_COL_ADD(5, -3, 6); in fs_calc_structure()
410 FS_COL_ADD(5, 2, 6); in fs_calc_structure()
412 FS_COL_ADD(6, -2, 7); in fs_calc_structure()
[all …]