Home
last modified time | relevance | path

Searched refs:rem_depth (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnow.h467 const int rem_depth= s->block_max_depth - level; in set_blocks() local
468 const int index= (x + y*w) << rem_depth; in set_blocks()
469 const int block_w= 1<<rem_depth; in set_blocks()
470 const int block_h= 1<<rem_depth; //FIXME "w!=h" in set_blocks()
H A Dsnowdec.c157 const int rem_depth= s->block_max_depth - level; in decode_q_branch() local
158 const int index= (x + y*w) << rem_depth; in decode_q_branch()
159 int trx= (x+1)<<rem_depth; in decode_q_branch()
163 const BlockNode *tr = y && trx<w && ((x&1)==0 || level==0) ? &s->block[index-w+(1<<rem_depth)] : tl; //FIXME use lt in decode_q_branch()
H A Dsnowenc.c231 const int rem_depth= s->block_max_depth - level; in encode_q_branch() local
232 const int index= (x + y*w) << rem_depth; in encode_q_branch()
234 int trx= (x+1)<<rem_depth; in encode_q_branch()
235 int try= (y+1)<<rem_depth; in encode_q_branch()
241 const BlockNode *tr = y && trx<w && ((x&1)==0 || level==0) ? &s->block[index-w+(1<<rem_depth)] : tl; //FIXME use lt in encode_q_branch()
456 const int rem_depth= s->block_max_depth - level; in encode_q_branch2() local
457 const int index= (x + y*w) << rem_depth; in encode_q_branch2()
458 int trx= (x+1)<<rem_depth; in encode_q_branch2()
463 const BlockNode *tr = y && trx<w && ((x&1)==0 || level==0) ? &s->block[index-w+(1<<rem_depth)] : tl; //FIXME use lt in encode_q_branch2()

Completed in 7 milliseconds