Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dmcomp.h119 #define SEARCH_INVOKE(ctx,fn) (ctx)->fn macro
121 #define SEARCH_INVOKE(ctx,fn) vp8_search_##fn macro
Donyx_if.c2388 cpi->full_search_sad = SEARCH_INVOKE(&cpi->rtcd.search, full_search); in vp8_create_compressor()
2390 cpi->diamond_search_sad = SEARCH_INVOKE(&cpi->rtcd.search, diamond_search); in vp8_create_compressor()