HomeSort by relevance Sort by last modified time
    Searched defs:BLK_SIZE (Results 1 - 9 of 9) 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)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 58 BLK_SIZE EQU 0x8
147 MOV y, #BLK_SIZE ;// Outer Loop Count
470 MOV outerCount, #BLK_SIZE ;// Outer Loop Count
omxVCM4P10_PredictIntra_4x4_s.s 52 BLK_SIZE EQU 0x8
omxVCM4P10_PredictIntra_16x16_s.s 46 BLK_SIZE EQU 0x10
143 MOV y, #BLK_SIZE ;// Outer Loop Count
323 MOV y, #BLK_SIZE ;// Outer Loop Count
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s 53 BLK_SIZE EQU 0x10
202 MOV y, #BLK_SIZE ;// Outer Loop Count
  /external/libmpeg2/common/
impeg2_defs.h 155 #define BLK_SIZE 8
156 #define NUM_COEFFS ((BLK_SIZE)*(BLK_SIZE))
157 #define LUMA_BLK_SIZE (2 * (BLK_SIZE))
158 #define CHROMA_BLK_SIZE (BLK_SIZE)
  /external/libavc/common/
ih264_defs.h 499 #define BLK_SIZE 4
  /external/libavc/decoder/
ih264d_defs.h 265 #define BLK_SIZE 4
573 #define BLK_SIZE 4

Completed in 186 milliseconds