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;
38 int16_t *quant_fp;
39 int16_t *quant;
40 int16_t *quant_shift;
41 int16_t *zbin;
42 int16_t *round;
[all …]
/external/libaom/libaom/av1/encoder/
Dblock.h58 typedef struct macroblock_plane { struct
60 tran_low_t *qcoeff;
61 tran_low_t *coeff;
62 uint16_t *eobs;
63 uint8_t *txb_entropy_ctx;
64 struct buf_2d src;
70 const int16_t *quant_fp_QTX;
71 const int16_t *round_fp_QTX;
72 const int16_t *quant_QTX;
73 const int16_t *quant_shift_QTX;
[all …]