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

  /external/v4l2_codec2/vda/
vp9_parser.cc 306 void Vp9Parser::Context::MarkFrameContextForUpdate(size_t frame_context_idx) {
307 DCHECK_LT(frame_context_idx, arraysize(frame_context_managers_));
308 frame_context_managers_[frame_context_idx].SetNeedsClientUpdate();
312 size_t frame_context_idx,
314 DCHECK_LT(frame_context_idx, arraysize(frame_context_managers_));
315 frame_context_managers_[frame_context_idx].Update(frame_context);
398 size_t frame_context_idx = curr_frame_header_.frame_context_idx; local
400 context_.frame_context_managers_[frame_context_idx];
405 << frame_context_idx;
    [all...]
vp9_parser.h 231 uint8_t frame_context_idx; member in struct:media::Vp9FrameHeader
233 // |frame_context_idx| otherwise.
256 // Initial frame entropy context after load_probs2(frame_context_idx).
327 // Mark |frame_context_idx| as requiring update from the client.
328 void MarkFrameContextForUpdate(size_t frame_context_idx);
330 // Update frame context at |frame_context_idx| with the contents of
332 void UpdateFrameContext(size_t frame_context_idx,
384 // the new context state after the frame associated with |frame_context_idx|
386 ContextRefreshCallback GetContextRefreshCb(size_t frame_context_idx);
vp9_uncompressed_header_parser.cc 1060 fhdr->frame_context_idx_to_save_probs = fhdr->frame_context_idx =
1070 context_->UpdateFrameContext(fhdr->frame_context_idx,
1073 fhdr->frame_context_idx = 0;
vp9_decoder.cc 191 parser_.GetContextRefreshCb(pic->frame_hdr->frame_context_idx);
v4l2-controls.h 1287 __u8 frame_context_idx; member in struct:v4l2_ctrl_vp9_frame_hdr
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /hardware/intel/common/libva/va/
va_dec_vp9.h 104 uint32_t frame_context_idx : 2; member in struct:_VADecPictureParameterBufferVP9::__anon47551::__anon47552
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 340 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx];
456 cm->frame_contexts[cm->frame_context_idx] = *cm->fc;
466 cm->frame_context_idx = 0;
vp9_entropy.c     [all...]
vp9_entropymv.c 160 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
vp9_onyxc_int.h 224 unsigned int frame_context_idx; /* Context to use/update */ member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 132 &cm->frame_contexts[cm->frame_context_idx];
660 if (!cpi->use_svc) cm->frame_context_idx = cpi->refresh_alt_ref_frame;
668 *cm->fc = cm->frame_contexts[cm->frame_context_idx];
    [all...]
vp9_bitstream.c     [all...]

Completed in 178 milliseconds