Home
last modified time | relevance | path

Searched refs:NUM_PELS_IN_BLOCK (Results 1 – 3 of 3) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_structs.h132 WORD16 ai2_vld_buf[NUM_PELS_IN_BLOCK];
133 WORD16 ai2_idct_stg1[NUM_PELS_IN_BLOCK];
136 UWORD8 au1_intra_quant_matrix[NUM_PELS_IN_BLOCK];
137 UWORD8 au1_inter_quant_matrix[NUM_PELS_IN_BLOCK];
Dimpeg2d_dec_hdr.c220 for(i = 0; i < NUM_PELS_IN_BLOCK; i++) in impeg2d_dec_seq_hdr()
229 NUM_PELS_IN_BLOCK); in impeg2d_dec_seq_hdr()
238 for(i = 0; i < NUM_PELS_IN_BLOCK; i++) in impeg2d_dec_seq_hdr()
246 NUM_PELS_IN_BLOCK); in impeg2d_dec_seq_hdr()
434 for(i = 0; i < NUM_PELS_IN_BLOCK; i++) in impeg2d_dec_quant_matrix_ext()
448 for(i = 0; i < NUM_PELS_IN_BLOCK; i++) in impeg2d_dec_quant_matrix_ext()
1101 …memcpy(ps_dec_thd->au1_intra_quant_matrix, ps_dec->au1_intra_quant_matrix, NUM_PELS_IN_BLOCK * siz… in impeg2d_init_thread_dec_ctxt()
1102 …memcpy(ps_dec_thd->au1_inter_quant_matrix, ps_dec->au1_inter_quant_matrix, NUM_PELS_IN_BLOCK * siz… in impeg2d_init_thread_dec_ctxt()
/external/libmpeg2/common/
Dimpeg2_defs.h141 #define NUM_PELS_IN_BLOCK 64 macro