Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsnowdec.c180 int my_context= av_log2(2*FFABS(left->my - top->my)) + 0*av_log2(2*FFABS(tr->my - top->my)); in decode_q_branch() local
209 my+= (unsigned)get_symbol(&s->c, &s->block_state[128 + 32*(my_context + 16*!!ref)], 1); in decode_q_branch()
H A Dsnowenc.c260 int my_context= av_log2(2*FFABS(left->my - top->my)); in encode_q_branch() local
373 put_symbol(&pc, &p_state[128 + 32*(my_context + 16*!!best_ref)], my - pmy, 1); in encode_q_branch()
470 int my_context= av_log2(2*FFABS(left->my - top->my)) + 16*!!b->ref; in encode_q_branch2() local
505 put_symbol(&s->c, &s->block_state[128 + 32*my_context], b->my - pmy, 1); in encode_q_branch2()
579 // int my_context= av_log2(2*FFABS(left->my - top->my)); in get_block_bits()

Completed in 6 milliseconds