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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 44 #define FRAME_CONTEXTS (1 << FRAME_CONTEXTS_LOG2)
177 FRAME_CONTEXT frame_contexts[FRAME_CONTEXTS]; member in struct:VP9Common
vp9_entropymode.h 40 typedef struct frame_contexts { struct
vp9_entropymode.c 354 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
460 for (i = 0; i < FRAME_CONTEXTS; ++i)
461 cm->frame_contexts[i] = cm->fc;
464 cm->frame_contexts[cm->frame_context_idx] = cm->fc;
vp9_entropymv.c 200 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
vp9_entropy.c 739 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 40 typedef struct frame_contexts { struct
vp9_onyxc_int.h 44 #define FRAME_CONTEXTS (1 << FRAME_CONTEXTS_LOG2)
174 FRAME_CONTEXT frame_contexts[FRAME_CONTEXTS]; member in struct:VP9Common
vp9_entropymode.c 354 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
460 for (i = 0; i < FRAME_CONTEXTS; ++i)
461 cm->frame_contexts[i] = cm->fc;
464 cm->frame_contexts[cm->frame_context_idx] = cm->fc;
vp9_entropymv.c 200 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
vp9_entropy.c 747 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 41 typedef struct frame_contexts struct
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h 41 typedef struct frame_contexts struct
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 146 assert(cm->frame_context_idx < FRAME_CONTEXTS);
147 cm->fc = cm->frame_contexts[cm->frame_context_idx];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 135 cm->fc = cm->frame_contexts[cm->frame_context_idx];
    [all...]

Completed in 779 milliseconds