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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 366 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
478 cm->frame_contexts[cm->frame_context_idx] = cm->fc;
491 cm->frame_context_idx = 0;
vp9_entropy.c 381 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
vp9_entropymv.c 207 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
vp9_onyxc_int.h 197 unsigned int frame_context_idx; /* Context to use/update */ member in struct:VP9Common
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 132 assert(cm->frame_context_idx < NUM_FRAME_CONTEXTS);
133 cm->fc = cm->frame_contexts[cm->frame_context_idx];
vp9_bitstream.c     [all...]
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c     [all...]

Completed in 41 milliseconds