Home
last modified time | relevance | path

Searched refs:NCOEFF_BLOCK (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmax_level.h94 extern const int intra_max_level[2][NCOEFF_BLOCK];
96 extern const int inter_max_level[2][NCOEFF_BLOCK];
Dmp4def.h144 #define NCOEFF_BLOCK (B_SIZE*B_SIZE) macro
146 #define NCOEFF_U NCOEFF_BLOCK
147 #define NCOEFF_V NCOEFF_BLOCK
Dvlc_tab.cpp25 const int intra_max_level[2][NCOEFF_BLOCK] =
49 const int inter_max_level[2][NCOEFF_BLOCK] =
Dzigzag_tab.cpp44 const int zigzag_inv[3*NCOEFF_BLOCK] =
Dzigzag.h45 extern const int zigzag_inv[3*NCOEFF_BLOCK];
Dpost_proc_semaphore.cpp189 for (i = 16; i < NCOEFF_BLOCK; i += B_SIZE) in PostProcSemaphore()
Dvlc_dequant.cpp174 i = NCOEFF_BLOCK; /* otherwise, FAST IDCT won't work correctly, 10/18/2000 */ in VlcDequantMpegIntraBlock()
349 i = (-64 & i) | NCOEFF_BLOCK; /* if i > -1 then i is set to NCOEFF_BLOCK */ in VlcDequantMpegIntraBlock()
472 i = NCOEFF_BLOCK; in VlcDequantMpegInterBlock()
617 i = NCOEFF_BLOCK; /* otherwise, FAST IDCT won't work correctly, 10/18/2000 */ in VlcDequantH263IntraBlock()
992 i = NCOEFF_BLOCK; in VlcDequantH263IntraBlock_SH()
Dmp4lib_int.h132 typedef int16 typeMBStore[6][NCOEFF_BLOCK];
Dmp4dec_lib.h266 void Copy_MB_into_Vop(uint8 *comp, int yChan[][NCOEFF_BLOCK], int width);
Dpvdec_api.cpp419 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005 in PVAllocVideoData()
478 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005 in PVAllocVideoData()
591 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005 in PVResetVideoDecoder()
Dvop.cpp27 const static int mpeg_iqmat_def[NCOEFF_BLOCK] =
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4def.h216 #define NCOEFF_BLOCK (B_SIZE*B_SIZE) macro
218 #define NCOEFF_U NCOEFF_BLOCK
219 #define NCOEFF_V NCOEFF_BLOCK
Dmotion_comp.cpp40 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
42 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
1717 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) in Copy_MB_from_Vop() argument
1795 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) in Copy_MB_into_Vop() argument
Dvlc_encode.cpp99 const static Int zigzag_inv[NCOEFF_BLOCK] =
112 const static Int zigzag_h_inv[NCOEFF_BLOCK] =
125 const static Int zigzag_v_inv[NCOEFF_BLOCK] =
Dmp4enc_api.cpp33 const static Int zigzag_i[NCOEFF_BLOCK] =
46 const static Int mpeg_iqmat_def[NCOEFF_BLOCK] =