HomeSort by relevance Sort by last modified time
    Searched refs:searches_per_step (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
block.h 82 int searches_per_step; member in struct:macroblock
mcomp.c 111 x->searches_per_step = 4;
179 x->searches_per_step = 8;
    [all...]
ethreading.c 324 z->searches_per_step = x->searches_per_step;
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 93 const MV *ss_mv = &cfg->ss_mv[cfg->searches_per_step * search_param];
94 const intptr_t *ss_os = &cfg->ss_os[cfg->searches_per_step * search_param];
139 for (j = 0; j < cfg->searches_per_step; j += 4, i += 4) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 37 int searches_per_step; member in struct:search_site_config
vp9_mcomp.c 134 cfg->searches_per_step = 4;
135 cfg->total_steps = ss_count / cfg->searches_per_step;
154 cfg->searches_per_step = 8;
155 cfg->total_steps = ss_count / cfg->searches_per_step;
    [all...]

Completed in 84 milliseconds