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

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 37 typedef struct frame_contexts struct
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 41 typedef struct frame_contexts { struct
196 FRAME_CONTEXT frame_contexts[NUM_FRAME_CONTEXTS]; member in struct:VP9Common
vp9_entropymode.c 366 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
475 cm->frame_contexts[i] = cm->fc;
478 cm->frame_contexts[cm->frame_context_idx] = cm->fc;
vp9_entropymv.c 207 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
vp9_entropy.c 381 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 133 cm->fc = cm->frame_contexts[cm->frame_context_idx];
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c     [all...]

Completed in 82 milliseconds