Searched defs:macroblock_plane (Results 1 – 2 of 2) sorted by relevance
28 struct macroblock_plane { struct30 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 …]
129 typedef struct macroblock_plane { struct131 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 …]