Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsnow.h464 const int rem_depth= s->block_max_depth - level; in set_blocks() local
465 const int index= (x + y*w) << rem_depth; in set_blocks()
466 const int block_w= 1<<rem_depth; in set_blocks()
467 const int block_h= 1<<rem_depth; //FIXME "w!=h" in set_blocks()
Dsnowdec.c160 const int rem_depth= s->block_max_depth - level; in decode_q_branch() local
161 const int index= (x + y*w) << rem_depth; in decode_q_branch()
162 int trx= (x+1)<<rem_depth; in decode_q_branch()
166 …const BlockNode *tr = y && trx<w && ((x&1)==0 || level==0) ? &s->block[index-w+(1<<rem_depth)] … in decode_q_branch()
Dsnowenc.c240 const int rem_depth= s->block_max_depth - level; in encode_q_branch() local
241 const int index= (x + y*w) << rem_depth; in encode_q_branch()
243 int trx= (x+1)<<rem_depth; in encode_q_branch()
244 int try= (y+1)<<rem_depth; in encode_q_branch()
250 …const BlockNode *tr = y && trx<w && ((x&1)==0 || level==0) ? &s->block[index-w+(1<<rem_depth)] … in encode_q_branch()
459 const int rem_depth= s->block_max_depth - level; in encode_q_branch2() local
460 const int index= (x + y*w) << rem_depth; in encode_q_branch2()
461 int trx= (x+1)<<rem_depth; in encode_q_branch2()
466 …const BlockNode *tr = y && trx<w && ((x&1)==0 || level==0) ? &s->block[index-w+(1<<rem_depth)] … in encode_q_branch2()