Home
last modified time | relevance | path

Searched defs:macroblock_plane (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h29 struct macroblock_plane { struct
31 tran_low_t *qcoeff;
32 tran_low_t *coeff;
33 uint16_t *eobs;
34 struct buf_2d src;
37 int16_t *quant_fp;
38 int16_t *round_fp;
39 int16_t *quant;
40 int16_t *quant_shift;
41 int16_t *zbin;
[all …]
/external/libaom/libaom/av1/encoder/
Dblock.h33 typedef struct macroblock_plane { struct
35 tran_low_t *qcoeff;
36 tran_low_t *coeff;
37 uint16_t *eobs;
38 uint8_t *txb_entropy_ctx;
39 struct buf_2d src;
45 const int16_t *quant_fp_QTX;
46 const int16_t *round_fp_QTX;
47 const int16_t *quant_QTX;
48 const int16_t *quant_shift_QTX;
[all …]