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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dzigzag_tab.cpp44 const int zigzag_inv[3*NCOEFF_BLOCK] =
57 //const static Int zigzag_v_inv[NCOEFF_BLOCK] = {
68 //const static Int zizag_h_inv[NCOEFF_BLOCK] = {
H A Dmax_level.h94 extern const int intra_max_level[2][NCOEFF_BLOCK];
96 extern const int inter_max_level[2][NCOEFF_BLOCK];
H A Dzigzag.h45 extern const int zigzag_inv[3*NCOEFF_BLOCK];
H A Dpost_proc_semaphore.cpp189 for (i = 16; i < NCOEFF_BLOCK; i += B_SIZE)
H A Dmp4def.h144 #define NCOEFF_BLOCK (B_SIZE*B_SIZE) macro
146 #define NCOEFF_U NCOEFF_BLOCK
147 #define NCOEFF_V NCOEFF_BLOCK
H A Dmp4lib_int.h132 typedef int16 typeMBStore[6][NCOEFF_BLOCK];
H A Dvlc_dequant.cpp128 /* i = NCOEFF_BLOCK; */ /* 11/1/00 */
174 i = NCOEFF_BLOCK; /* otherwise, FAST IDCT won't work correctly, 10/18/2000 */
349 i = (-64 & i) | NCOEFF_BLOCK; /* if i > -1 then i is set to NCOEFF_BLOCK */
433 /* i = NCOEFF_BLOCK; */ /* 11/1/00 */
472 i = NCOEFF_BLOCK;
617 i = NCOEFF_BLOCK; /* otherwise, FAST IDCT won't work correctly, 10/18/2000 */
885 /* i = NCOEFF_BLOCK; */ /* 11/1/00 */
959 /* i = NCOEFF_BLOCK; */ /* 11/1/00 */
992 i = NCOEFF_BLOCK;
[all...]
H A Dmp4dec_lib.h266 void Copy_MB_into_Vop(uint8 *comp, int yChan[][NCOEFF_BLOCK], int width);
H A Dvlc_tab.cpp25 const int intra_max_level[2][NCOEFF_BLOCK] =
49 const int inter_max_level[2][NCOEFF_BLOCK] =
H A Dpvdec_api.cpp421 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005
480 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005
593 oscl_memset(video->mblock->block, 0, sizeof(int16)*6*NCOEFF_BLOCK); // Aug 23,2005
H A Dvop.cpp29 const static int mpeg_iqmat_def[NCOEFF_BLOCK] =
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h216 #define NCOEFF_BLOCK (B_SIZE*B_SIZE) macro
218 #define NCOEFF_U NCOEFF_BLOCK
219 #define NCOEFF_V NCOEFF_BLOCK
H A 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)
1795 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch)
H A 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] =
H A Dmp4enc_api.cpp33 const static Int zigzag_i[NCOEFF_BLOCK] =
46 const static Int mpeg_iqmat_def[NCOEFF_BLOCK] =

Completed in 675 milliseconds