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.h133 WORD16 ai2_vld_buf[NUM_PELS_IN_BLOCK];
134 WORD16 ai2_idct_stg1[NUM_PELS_IN_BLOCK];
137 UWORD8 au1_intra_quant_matrix[NUM_PELS_IN_BLOCK];
138 UWORD8 au1_inter_quant_matrix[NUM_PELS_IN_BLOCK];
Dimpeg2d_dec_hdr.c252 for(i = 0; i < NUM_PELS_IN_BLOCK; i++) in impeg2d_dec_seq_hdr()
261 NUM_PELS_IN_BLOCK); in impeg2d_dec_seq_hdr()
270 for(i = 0; i < NUM_PELS_IN_BLOCK; i++) in impeg2d_dec_seq_hdr()
278 NUM_PELS_IN_BLOCK); in impeg2d_dec_seq_hdr()
495 for(i = 0; i < NUM_PELS_IN_BLOCK; i++) in impeg2d_dec_quant_matrix_ext()
509 for(i = 0; i < NUM_PELS_IN_BLOCK; i++) in impeg2d_dec_quant_matrix_ext()
1213 …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()
1214 …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