Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4def.h204 #define NCOEFF_BLOCK (B_SIZE*B_SIZE) macro
206 #define NCOEFF_U NCOEFF_BLOCK
207 #define NCOEFF_V NCOEFF_BLOCK
Dmotion_comp.cpp41 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
43 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
1718 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) in Copy_MB_from_Vop() argument
1796 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.cpp26 const static Int zigzag_i[NCOEFF_BLOCK] =
39 const static Int mpeg_iqmat_def[NCOEFF_BLOCK] =
/external/opencore/codecs_v2/video/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.h267 void Copy_MB_into_Vop(uint8 *comp, int yChan[][NCOEFF_BLOCK], int width);
Dpvdec_api.cpp385 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005 in PVAllocVideoData()
433 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005 in PVAllocVideoData()
540 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005 in PVResetVideoDecoder()
Dvop.cpp28 const static int mpeg_iqmat_def[NCOEFF_BLOCK] =