HomeSort by relevance Sort by last modified time
    Searched defs:BLK_SIZE (Results 1 - 6 of 6) sorted by null

  /external/libmpeg2/decoder/
impeg2d_d_pic.c 38 #define BLK_SIZE 8
39 #define LUMA_BLK_SIZE (2 * (BLK_SIZE))
40 #define CHROMA_BLK_SIZE (BLK_SIZE)
impeg2d_pnb_pic.c 47 #define BLK_SIZE 8
48 #define LUMA_BLK_SIZE (2 * (BLK_SIZE))
49 #define CHROMA_BLK_SIZE (BLK_SIZE)
  /external/libmpeg2/common/
impeg2_defs.h 134 #define BLK_SIZE 8
135 #define NUM_COEFFS ((BLK_SIZE)*(BLK_SIZE))
136 #define LUMA_BLK_SIZE (2 * (BLK_SIZE))
137 #define CHROMA_BLK_SIZE (BLK_SIZE)
  /external/ltp/testcases/kernel/io/disktest/
main.h 60 #define BLK_SIZE 512 /* default size of an LBA in bytes */
  /external/libavc/common/
ih264_defs.h 499 #define BLK_SIZE 4
  /external/libavc/decoder/
ih264d_defs.h 270 #define BLK_SIZE 4
542 #define BLK_SIZE 4

Completed in 135 milliseconds