Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h74 unsigned int single_ref[REF_CONTEXTS][2][2]; member
Dvp9_entropymode.c358 pre_fc->single_ref_prob[i][j], counts->single_ref[i][j]); in vp9_adapt_mode_probs()
Dvp9_thread_common.c557 accum->single_ref[i][j][k] += counts->single_ref[i][j][k]; in vp9_accumulate_frame_counts()
/external/llvm-project/polly/lib/External/isl/
Disl_union_templ.c369 isl_bool single_ref; in FN() local
371 single_ref = FN(UNION,has_single_reference)(u); in FN()
372 if (single_ref < 0) in FN()
374 if (single_ref) in FN()
/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/libaom/libaom/tools/
Daom_entropy_optimizer.c497 &fc.single_ref[0][0][0], probsfile, 3, cts_each_dim, in main()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1324 counts->single_ref[i][0]); in write_compressed_header()
1326 counts->single_ref[i][1]); in write_compressed_header()
Dvp9_encodeframe.c2140 counts->single_ref[vp9_get_pred_context_single_ref_p1(xd)][0] in update_stats()
2143 counts->single_ref[vp9_get_pred_context_single_ref_p2(xd)][1] in update_stats()
Dvp9_encoder.c290 diff += (int)counts->single_ref[i][j][0] * in compute_context_model_diff()
297 (int)counts->single_ref[i][j][1] * (pre_last_prob - cur_last_prob); in compute_context_model_diff()
/external/libaom/libaom/av1/encoder/
Dencoder.h539 unsigned int single_ref[REF_CONTEXTS][SINGLE_REFS - 1][2]; member
Dencodeframe.c1270 counts->single_ref[av1_get_pred_context_single_ref_p1(xd)][0][bit]++; in update_stats()
1277 counts->single_ref[av1_get_pred_context_single_ref_p2(xd)][1] in update_stats()
1284 counts->single_ref[av1_get_pred_context_single_ref_p6(xd)][5] in update_stats()
1292 counts->single_ref[av1_get_pred_context_single_ref_p3(xd)][2][bit1]++; in update_stats()
1298 counts->single_ref[av1_get_pred_context_single_ref_p4(xd)][3] in update_stats()
1305 counts->single_ref[av1_get_pred_context_single_ref_p5(xd)][4] in update_stats()