Home | History | Annotate | Download | only in decoder

Lines Matching refs:UWORD8

72     u2_i_bit = (UWORD8)((u2_data >> u2_max_len) & 0x1);
79 impeg2d_bit_stream_flush(ps_stream,(UWORD8)(u2_org_max_len - u2_max_len));
149 UWORD8 u1_shift;
225 UWORD8 u1_shift;
297 const UWORD8 *pu1_scan, /*!< Scan table to be used */
303 UWORD8 *pu1_weighting_matrix;
308 UWORD8 pu1_pos[NUM_COEFFS];
370 const UWORD8 *pu1_scan, /*!< Scan table to be used */
376 UWORD8 *pu1_weighting_matrix;
382 UWORD8 pi4_pos[NUM_COEFFS];
467 const UWORD8 *pu1_scan, /*!< Scan table to be used */
468 UWORD8 *pu1_pos, /*!< Scan table to be used */
534 m_iBit = (UWORD8)((u4_bits >> maxLen_tmp) & 0x1);
1010 UWORD8 impeg2d_inv_quant_mpeg1(WORD16 *pi2_blk,
1011 UWORD8 *pu1_weighting_matrix,
1012 UWORD8 u1_quant_scale,
1016 UWORD8 *pu1_pos,
1017 const UWORD8 *pu1_scan,
1119 UWORD8 impeg2d_inv_quant_mpeg2(WORD16 *pi2_blk,
1120 UWORD8 *pu1_weighting_matrix,
1121 UWORD8 u1_quant_scale,
1125 UWORD8 *pu1_pos,
1126 const UWORD8 *pu1_scan,