Home
last modified time | relevance | path

Searched refs:frame_context_idx (Results 1 – 11 of 11) sorted by relevance

/external/v4l2_codec2/vda/
Dvp9_parser.cc306 void Vp9Parser::Context::MarkFrameContextForUpdate(size_t frame_context_idx) { in MarkFrameContextForUpdate() argument
307 DCHECK_LT(frame_context_idx, arraysize(frame_context_managers_)); in MarkFrameContextForUpdate()
308 frame_context_managers_[frame_context_idx].SetNeedsClientUpdate(); in MarkFrameContextForUpdate()
312 size_t frame_context_idx, in UpdateFrameContext() argument
314 DCHECK_LT(frame_context_idx, arraysize(frame_context_managers_)); in UpdateFrameContext()
315 frame_context_managers_[frame_context_idx].Update(frame_context); in UpdateFrameContext()
398 size_t frame_context_idx = curr_frame_header_.frame_context_idx; in ParseCompressedHeader() local
400 context_.frame_context_managers_[frame_context_idx]; in ParseCompressedHeader()
405 << frame_context_idx; in ParseCompressedHeader()
410 DVLOG(3) << "waiting frame_context_idx=" << frame_context_idx in ParseCompressedHeader()
[all …]
Dvp9_parser.h231 uint8_t frame_context_idx; member
328 void MarkFrameContextForUpdate(size_t frame_context_idx);
332 void UpdateFrameContext(size_t frame_context_idx,
386 ContextRefreshCallback GetContextRefreshCb(size_t frame_context_idx);
Dvp9_uncompressed_header_parser.cc1060 fhdr->frame_context_idx_to_save_probs = fhdr->frame_context_idx = in Parse()
1070 context_->UpdateFrameContext(fhdr->frame_context_idx, in Parse()
1073 fhdr->frame_context_idx = 0; in Parse()
Dvp9_decoder.cc191 parser_.GetContextRefreshCb(pic->frame_hdr->frame_context_idx); in DecodeAndOutputPicture()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c343 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in vp9_adapt_mode_probs()
459 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_setup_past_independence()
469 cm->frame_context_idx = 0; in vp9_setup_past_independence()
Dvp9_entropy.c1058 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in adapt_coef_probs()
Dvp9_entropymv.c158 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs()
Dvp9_onyxc_int.h226 unsigned int frame_context_idx; /* Context to use/update */ member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2334 cm->frame_context_idx = vpx_rb_read_literal(rb, FRAME_CONTEXTS_LOG2); in read_uncompressed_header()
2519 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in vp9_decode_frame()
2584 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_decode_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c143 &cm->frame_contexts[cm->frame_context_idx]; in compute_context_model_diff()
797 if (!cpi->use_svc) cm->frame_context_idx = cpi->refresh_alt_ref_frame; in setup_frame()
805 cm->frame_context_idx = clamp(gf_group->layer_depth[gf_group->index] - 1, 0, in setup_frame()
814 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in setup_frame()
6771 cm->frame_contexts[cm->frame_context_idx] = *cm->fc;
Dvp9_bitstream.c1262 vpx_wb_write_literal(wb, cm->frame_context_idx, FRAME_CONTEXTS_LOG2); in write_uncompressed_header()