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

  /external/libmpeg2/decoder/
impeg2d_structs.h 132 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];
impeg2d_dec_hdr.c 220 for(i = 0; i < NUM_PELS_IN_BLOCK; i++)
229 NUM_PELS_IN_BLOCK);
238 for(i = 0; i < NUM_PELS_IN_BLOCK; i++)
246 NUM_PELS_IN_BLOCK);
442 for(i = 0; i < NUM_PELS_IN_BLOCK; i++)
456 for(i = 0; i < NUM_PELS_IN_BLOCK; i++)
    [all...]
  /external/libmpeg2/common/
impeg2_defs.h 141 #define NUM_PELS_IN_BLOCK 64

Completed in 57 milliseconds