Home
last modified time | relevance | path

Searched refs:single_ref (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h74 unsigned int single_ref[REF_CONTEXTS][2][2]; member
Dvp9_thread_common.c373 accum->single_ref[i][j][k] += counts->single_ref[i][j][k]; in vp9_accumulate_frame_counts()
Dvp9_entropymode.c355 pre_fc->single_ref_prob[i][j], counts->single_ref[i][j]); in vp9_adapt_mode_probs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c326 if (counts) ++counts->single_ref[ctx0][0][bit0]; in read_ref_frames()
330 if (counts) ++counts->single_ref[ctx1][1][bit1]; in read_ref_frames()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1306 counts->single_ref[i][0]); in write_compressed_header()
1308 counts->single_ref[i][1]); in write_compressed_header()
Dvp9_encoder.c260 diff += (int)counts->single_ref[i][j][0] * in compute_context_model_diff()
267 (int)counts->single_ref[i][j][1] * (pre_last_prob - cur_last_prob); in compute_context_model_diff()
Dvp9_encodeframe.c1802 counts->single_ref[vp9_get_pred_context_single_ref_p1(xd)][0] in update_stats()
1805 counts->single_ref[vp9_get_pred_context_single_ref_p2(xd)][1] in update_stats()