HomeSort by relevance Sort by last modified time
    Searched refs:au1_inter_quant_matrix (Results 1 - 3 of 3) sorted by null

  /external/libmpeg2/decoder/
impeg2d_structs.h 138 UWORD8 au1_inter_quant_matrix[NUM_PELS_IN_BLOCK]; member in struct:dec_state_struct_t
impeg2d_dec_hdr.c 272 ps_dec->au1_inter_quant_matrix[gau1_impeg2_inv_scan_zig_zag[i]] = (UWORD8)impeg2d_bit_stream_get(ps_stream,8);
277 memcpy(ps_dec->au1_inter_quant_matrix,gau1_impeg2_inter_quant_matrix_default,
511 ps_dec->au1_inter_quant_matrix[gau1_impeg2_inv_scan_zig_zag[i]] = (UWORD8)impeg2d_bit_stream_get(ps_stream,8);
    [all...]
impeg2d_vld.c 322 ps_dec->au1_inter_quant_matrix;
396 ps_dec->au1_inter_quant_matrix;
    [all...]

Completed in 60 milliseconds