Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsnowenc.c275 set_blocks(s, level, x, y, pl, pcb, pcr, 0, 0, 0, BLOCK_INTRA); in encode_q_branch()
443 set_blocks(s, level, x, y, l, cb, cr, pmx, pmy, 0, BLOCK_INTRA); in encode_q_branch()
451 set_blocks(s, level, x, y, pl, pcb, pcr, mx, my, best_ref, 0); in encode_q_branch()
477 set_blocks(s, level, x, y, pl, pcb, pcr, 0, 0, 0, BLOCK_INTRA); in encode_q_branch2()
501 set_blocks(s, level, x, y, b->color[0], b->color[1], b->color[2], pmx, pmy, 0, BLOCK_INTRA); in encode_q_branch2()
509 set_blocks(s, level, x, y, pl, pcb, pcr, b->mx, b->my, b->ref, 0); in encode_q_branch2()
Dsnowdec.c171set_blocks(s, level, x, y, null_block.color[0], null_block.color[1], null_block.color[2], null_blo… in decode_q_branch()
214 set_blocks(s, level, x, y, l, cb, cr, mx, my, ref, type); in decode_q_branch()
Dsnow.h463 static inline void set_blocks(SnowContext *s, int level, int x, int y, int l, int cb, int cr, int m… in set_blocks() function