Home
last modified time | relevance | path

Searched defs:ss_os (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.h36 intptr_t ss_os[8 * MAX_MVSEARCH_STEPS]; // Offset member
Dvp9_mcomp.c1787 const intptr_t *ss_os = &cfg->ss_os[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_new() local
1940 const intptr_t *ss_os = &cfg->ss_os[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_c() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c94 const intptr_t *ss_os = &cfg->ss_os[cfg->searches_per_step * search_param]; in vp9_diamond_search_sad_avx() local