Home
last modified time | relevance | path

Searched refs:ref_context (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnowdec.c178 int ref_context= av_log2(2*left->ref) + av_log2(2*top->ref); in decode_q_branch() local
202 ref= get_symbol(&s->c, &s->block_state[128 + 1024 + 32*ref_context], 0); in decode_q_branch()
H A Dsnowenc.c258 int ref_context= av_log2(2*left->ref) + av_log2(2*top->ref); in encode_q_branch() local
370 put_symbol(&pc, &p_state[128 + 1024 + 32*ref_context], best_ref, 0); in encode_q_branch()
468 int ref_context= av_log2(2*left->ref) + av_log2(2*top->ref); in encode_q_branch2() local
503 put_symbol(&s->c, &s->block_state[128 + 1024 + 32*ref_context], b->ref, 0); in encode_q_branch2()

Completed in 5 milliseconds