Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsnowdec.c179 int mx_context= av_log2(2*FFABS(left->mx - top->mx)) + 0*av_log2(2*FFABS(tr->mx - top->mx)); in decode_q_branch() local
208 mx+= (unsigned)get_symbol(&s->c, &s->block_state[128 + 32*(mx_context + 16*!!ref)], 1); in decode_q_branch()
H A Dsnowenc.c259 int mx_context= av_log2(2*FFABS(left->mx - top->mx)); in encode_q_branch() local
372 put_symbol(&pc, &p_state[128 + 32*(mx_context + 16*!!best_ref)], mx - pmx, 1); in encode_q_branch()
469 int mx_context= av_log2(2*FFABS(left->mx - top->mx)) + 16*!!b->ref; in encode_q_branch2() local
504 put_symbol(&s->c, &s->block_state[128 + 32*mx_context], b->mx - pmx, 1); in encode_q_branch2()
578 // int mx_context= av_log2(2*FFABS(left->mx - top->mx)); in get_block_bits()

Completed in 5 milliseconds