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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 97 } nmv_component; typedef in typeref:struct:__anon24723
101 nmv_component comps[2];
vp9_entropymv.c 167 nmv_component *comp = &fc->comps[i];
168 const nmv_component *pre_comp = &pre_fc->comps[i];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 32 const nmv_component *mvcomp, int usehp) {
70 const nmv_component *const mvcomp,
180 nmv_component *comp = &mvc->comps[i];
vp9_encoder.c 342 const nmv_component *pre_nmv_prob = &pre_fc->nmvc.comps[i];
343 const nmv_component *cur_nmv_prob = &cur_fc->nmvc.comps[i];
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 235 static int read_mv_component(vpx_reader *r, const nmv_component *mvcomp,
vp9_decodeframe.c 161 nmv_component *const comp_ctx = &ctx->comps[i];
169 nmv_component *const comp_ctx = &ctx->comps[i];
177 nmv_component *const comp_ctx = &ctx->comps[i];
    [all...]

Completed in 632 milliseconds