Home | History | Annotate | Download | only in encoder

Lines Matching refs:BLOCK

14 #include "block.h"
23 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
24 DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin));
25 DEFINE(vp8_block_round, offsetof(BLOCK, round));
26 DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
27 DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast));
28 DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, zbin_extra));
29 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
38 DEFINE(vp8_block_base_src, offsetof(BLOCK, base_src));
39 DEFINE(vp8_block_src, offsetof(BLOCK, src));
40 DEFINE(vp8_block_src_diff, offsetof(BLOCK, src_diff));
41 DEFINE(vp8_block_src_stride, offsetof(BLOCK, src_stride));