Searched refs:frame_context_idx (Results 1 – 11 of 11) sorted by relevance
/external/v4l2_codec2/vda/ |
D | vp9_parser.cc | 306 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 …]
|
D | vp9_parser.h | 231 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);
|
D | vp9_uncompressed_header_parser.cc | 1060 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()
|
D | vp9_decoder.cc | 191 parser_.GetContextRefreshCb(pic->frame_hdr->frame_context_idx); in DecodeAndOutputPicture()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.c | 343 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()
|
D | vp9_entropy.c | 1058 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in adapt_coef_probs()
|
D | vp9_entropymv.c | 158 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs()
|
D | vp9_onyxc_int.h | 226 unsigned int frame_context_idx; /* Context to use/update */ member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 2334 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/ |
D | vp9_encoder.c | 143 &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;
|
D | vp9_bitstream.c | 1262 vpx_wb_write_literal(wb, cm->frame_context_idx, FRAME_CONTEXTS_LOG2); in write_uncompressed_header()
|