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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 123 } nmv_component_counts; typedef in typeref:struct:__anon24725
127 nmv_component_counts comps[2];
vp9_entropymv.c 113 static void inc_mv_component(int v, nmv_component_counts *comp_counts, int incr,
169 const nmv_component_counts *c = &counts->comps[i];
vp9_thread_common.c 398 nmv_component_counts *const comps = &accum->mv.comps[k];
399 const nmv_component_counts *const comps_t = &counts->mv.comps[k];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 181 nmv_component_counts *comp_counts = &counts->comps[i];
vp9_encoder.c 341 const nmv_component_counts *nmv_count = &counts->mv.comps[i];
    [all...]

Completed in 156 milliseconds