Searched defs:macroblock_plane (Results 1 – 2 of 2) sorted by relevance
29 struct macroblock_plane { struct31 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 …]
105 typedef struct macroblock_plane { struct107 int16_t *src_diff;109 tran_low_t *dqcoeff;111 tran_low_t *qcoeff;113 tran_low_t *coeff;115 uint16_t *eobs;117 uint8_t *txb_entropy_ctx;119 struct buf_2d src;129 const int16_t *quant_fp_QTX;131 const int16_t *round_fp_QTX;[all …]