Home | Sort by relevance Sort by last modified time |
/external/libvpx/libvpx/vp9/encoder/ | |
vp9_mcomp.h | 35 typedef struct search_site { struct 38 } search_site; typedef in typeref:struct:search_site 41 search_site ss[8 * MAX_MVSEARCH_STEPS + 1]; |
vp9_mcomp.c | 114 search_site *const ss = &cfg->ss[ss_count++]; 138 search_site *const ss = &cfg->ss[ss_count++]; [all...] |
/external/libvpx/libvpx/vp8/encoder/ | |
block.h | 33 } search_site; typedef in typeref:struct:__anon17149 86 search_site *ss; |
mcomp.c | [all...] |
onyx_if.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ | |
block.h | 33 } search_site; typedef in typeref:struct:__anon30626 86 search_site *ss; |
mcomp.c | [all...] |
onyx_if.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ | |
vp9_block.h | 27 } search_site; typedef in typeref:struct:__anon30687 99 search_site *ss; |
vp9_mcomp.c | 116 search_site *const ss = &x->ss[ss_count++]; 140 search_site *const ss = &x->ss[ss_count++]; [all...] |
vp9_onyx_if.c | [all...] |