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

  /hardware/intel/common/libva/va/
va_dec_vp9.h 104 uint32_t frame_context_idx : 2; member in struct:_VADecPictureParameterBufferVP9::__anon29970::__anon29971
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 340 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
458 cm->frame_contexts[cm->frame_context_idx] = *cm->fc;
468 cm->frame_context_idx = 0;
vp9_entropy.c     [all...]
vp9_entropymv.c 183 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
vp9_onyxc_int.h 250 unsigned int frame_context_idx; /* Context to use/update */ member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymode.c 354 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
464 cm->frame_contexts[cm->frame_context_idx] = cm->fc;
475 cm->frame_context_idx = 0;
vp9_entropy.c 739 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
    [all...]
vp9_entropymv.c 200 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
vp9_onyxc_int.h 178 unsigned int frame_context_idx; /* Context to use/update */ member in struct:VP9Common
  /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...]
vp9_bitstream.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 241 cm->frame_context_idx = cpi->refresh_alt_ref_frame;
250 *cm->fc = cm->frame_contexts[cm->frame_context_idx];
    [all...]
vp9_bitstream.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 53 milliseconds