Searched refs:null_block (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | snowdec.c | 160 const BlockNode *left = x ? &s->block[index-1] : &null_block; in decode_q_branch() 161 const BlockNode *top = y ? &s->block[index-w] : &null_block; in decode_q_branch() 168 …t_blocks(s, level, x, y, null_block.color[0], null_block.color[1], null_block.color[2], null_block… in decode_q_branch()
|
D | snowenc.c | 236 const BlockNode *left = x ? &s->block[index-1] : &null_block; in encode_q_branch() 237 const BlockNode *top = y ? &s->block[index-w] : &null_block; in encode_q_branch() 238 const BlockNode *right = trx<w ? &s->block[index+1] : &null_block; in encode_q_branch() 239 const BlockNode *bottom= try<h ? &s->block[index+w] : &null_block; in encode_q_branch() 454 const BlockNode *left = x ? &s->block[index-1] : &null_block; in encode_q_branch2() 455 const BlockNode *top = y ? &s->block[index-w] : &null_block; in encode_q_branch2() 567 const BlockNode *left = x ? &s->block[index-1] : &null_block; in get_block_bits() 568 const BlockNode *top = y ? &s->block[index-b_stride] : &null_block; in get_block_bits()
|
D | snow.h | 66 static const BlockNode null_block= { //FIXME add border maybe variable
|
/third_party/mesa3d/src/intel/tools/ |
D | aub_write.c | 436 static const char null_block[8 * 4096]; in aub_write_ggtt() local 446 data_out(aub, null_block, -block_size & 3); in aub_write_ggtt() 685 static const char null_block[8 * 4096]; in aub_write_trace_block() local 712 data_out(aub, null_block, block_size); in aub_write_trace_block() 715 data_out(aub, null_block, -block_size & 3); in aub_write_trace_block()
|