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;37 int16_t *quant_fp;38 int16_t *round_fp;39 int16_t *quant;40 int16_t *quant_shift;41 int16_t *zbin;[all …]
33 typedef struct macroblock_plane { struct35 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 …]