Searched refs:NCOEFF_BLOCK (Results 1 – 15 of 15) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | max_level.h | 94 extern const int intra_max_level[2][NCOEFF_BLOCK]; 96 extern const int inter_max_level[2][NCOEFF_BLOCK];
|
D | mp4def.h | 144 #define NCOEFF_BLOCK (B_SIZE*B_SIZE) macro 146 #define NCOEFF_U NCOEFF_BLOCK 147 #define NCOEFF_V NCOEFF_BLOCK
|
D | vlc_tab.cpp | 25 const int intra_max_level[2][NCOEFF_BLOCK] = 49 const int inter_max_level[2][NCOEFF_BLOCK] =
|
D | zigzag_tab.cpp | 44 const int zigzag_inv[3*NCOEFF_BLOCK] =
|
D | zigzag.h | 45 extern const int zigzag_inv[3*NCOEFF_BLOCK];
|
D | post_proc_semaphore.cpp | 189 for (i = 16; i < NCOEFF_BLOCK; i += B_SIZE) in PostProcSemaphore()
|
D | vlc_dequant.cpp | 174 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()
|
D | mp4lib_int.h | 132 typedef int16 typeMBStore[6][NCOEFF_BLOCK];
|
D | mp4dec_lib.h | 266 void Copy_MB_into_Vop(uint8 *comp, int yChan[][NCOEFF_BLOCK], int width);
|
D | pvdec_api.cpp | 419 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()
|
D | vop.cpp | 27 const static int mpeg_iqmat_def[NCOEFF_BLOCK] =
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | mp4def.h | 216 #define NCOEFF_BLOCK (B_SIZE*B_SIZE) macro 218 #define NCOEFF_U NCOEFF_BLOCK 219 #define NCOEFF_V NCOEFF_BLOCK
|
D | motion_comp.cpp | 40 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
|
D | vlc_encode.cpp | 99 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] =
|
D | mp4enc_api.cpp | 33 const static Int zigzag_i[NCOEFF_BLOCK] = 46 const static Int mpeg_iqmat_def[NCOEFF_BLOCK] =
|