Home
last modified time | relevance | path

Searched refs:single_ref_prob (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c328 vp9_copy(fc->single_ref_prob, default_single_ref_p); in init_mode_probs()
354 fc->single_ref_prob[i][j] = mode_mv_merge_probs( in vp9_adapt_mode_probs()
355 pre_fc->single_ref_prob[i][j], counts->single_ref[i][j]); in vp9_adapt_mode_probs()
Dvp9_pred_common.h138 return cm->fc->single_ref_prob[vp9_get_pred_context_single_ref_p1(xd)][0]; in vp9_get_pred_prob_single_ref_p1()
145 return cm->fc->single_ref_prob[vp9_get_pred_context_single_ref_p2(xd)][1]; in vp9_get_pred_prob_single_ref_p2()
Dvp9_entropymode.h54 vpx_prob single_ref_prob[REF_CONTEXTS][2]; member
/external/v4l2_codec2/vda/
Dvp9_parser.cc75 if (memchr(single_ref_prob, 0, sizeof(single_ref_prob))) in IsValid()
Dvp9_compressed_header_parser.cc195 for (auto& a : frame_context->single_ref_prob) in ReadFrameReferenceModeProbs()
Dvp9_parser.h153 Vp9Prob single_ref_prob[5][2]; member
Dv4l2-controls.h1332 __u8 single_ref_prob[5][2]; member
Dv4l2_slice_video_decode_accelerator.cc2660 ARRAY_MEMCPY_CHECKED_FRM_CTX_TO_V4L2_ENTR(single_ref_prob); in FillV4L2Vp9EntropyContext()
2864 ARRAY_MEMCPY_CHECKED_V4L2_ENTR_TO_FRM_CTX(single_ref_prob); in FillVp9FrameContext()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c325 const int bit0 = vpx_read(r, fc->single_ref_prob[ctx0][0]); in read_ref_frames()
329 const int bit1 = vpx_read(r, fc->single_ref_prob[ctx1][1]); in read_ref_frames()
Dvp9_decodeframe.c140 vp9_diff_update_prob(r, &fc->single_ref_prob[i][0]); in read_frame_reference_mode_probs()
141 vp9_diff_update_prob(r, &fc->single_ref_prob[i][1]); in read_frame_reference_mode_probs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1305 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][0], in write_compressed_header()
1307 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][1], in write_compressed_header()
Dvp9_encoder.c261 (pre_fc->single_ref_prob[i][j] - cur_fc->single_ref_prob[i][j]); in compute_context_model_diff()
263 pre_last_prob = MAX_PROB - pre_fc->single_ref_prob[i][j]; in compute_context_model_diff()
264 cur_last_prob = MAX_PROB - cur_fc->single_ref_prob[i][j]; in compute_context_model_diff()