Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_block.h28 struct macroblock_plane { struct
30 tran_low_t *qcoeff;
31 tran_low_t *coeff;
32 uint16_t *eobs;
33 struct buf_2d src;
36 int16_t *round_fp;
37 int16_t *quant_fp;
38 int16_t *quant;
39 int16_t *quant_shift;
40 int16_t *zbin;
[all …]
/aosp_15_r20/external/libaom/av1/encoder/
H A Dblock.h129 typedef struct macroblock_plane { struct
131 int16_t *src_diff;
133 tran_low_t *dqcoeff;
135 tran_low_t *qcoeff;
137 tran_low_t *coeff;
139 uint16_t *eobs;
141 uint8_t *txb_entropy_ctx;
143 struct buf_2d src;
153 const int16_t *quant_fp_QTX;
155 const int16_t *round_fp_QTX;
[all …]