Searched refs:set_blocks (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | snowenc.c | 267 set_blocks(s, level, x, y, pl, pcb, pcr, 0, 0, 0, BLOCK_INTRA); in encode_q_branch() 440 set_blocks(s, level, x, y, l, cb, cr, pmx, pmy, 0, BLOCK_INTRA); in encode_q_branch() 448 set_blocks(s, level, x, y, pl, pcb, pcr, mx, my, best_ref, 0); in encode_q_branch() 474 set_blocks(s, level, x, y, pl, pcb, pcr, 0, 0, 0, BLOCK_INTRA); in encode_q_branch2() 498 set_blocks(s, level, x, y, b->color[0], b->color[1], b->color[2], pmx, pmy, 0, BLOCK_INTRA); in encode_q_branch2() 506 set_blocks(s, level, x, y, pl, pcb, pcr, b->mx, b->my, b->ref, 0); in encode_q_branch2()
|
H A D | snowdec.c | 168 set_blocks(s, level, x, y, null_block.color[0], null_block.color[1], null_block.color[2], null_block.mx, null_block.my, null_block.ref, BLOCK_INTRA); in decode_q_branch() 211 set_blocks(s, level, x, y, l, cb, cr, mx, my, ref, type); in decode_q_branch()
|
H A D | snow.h | 465 static inline void set_blocks(SnowContext *s, int level, int x, int y, int l, int cb, int cr, int mx, int my, int ref, int type){ in set_blocks() function
|
Completed in 6 milliseconds