HomeSort by relevance Sort by last modified time
    Searched refs:NCOEFF_BLOCK (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
zigzag_tab.cpp 44 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] = {
max_level.h 94 extern const int intra_max_level[2][NCOEFF_BLOCK];
96 extern const int inter_max_level[2][NCOEFF_BLOCK];
zigzag.h 45 extern const int zigzag_inv[3*NCOEFF_BLOCK];
post_proc_semaphore.cpp 189 for (i = 16; i < NCOEFF_BLOCK; i += B_SIZE)
mp4def.h 144 #define NCOEFF_BLOCK (B_SIZE*B_SIZE)
146 #define NCOEFF_U NCOEFF_BLOCK
147 #define NCOEFF_V NCOEFF_BLOCK
mp4lib_int.h 132 typedef int16 typeMBStore[6][NCOEFF_BLOCK];
vlc_dequant.cpp 128 /* 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...]
mp4dec_lib.h 266 void Copy_MB_into_Vop(uint8 *comp, int yChan[][NCOEFF_BLOCK], int width);
vlc_tab.cpp 25 const int intra_max_level[2][NCOEFF_BLOCK] =
49 const int inter_max_level[2][NCOEFF_BLOCK] =
    [all...]
pvdec_api.cpp 421 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
    [all...]
vop.cpp 29 const static int mpeg_iqmat_def[NCOEFF_BLOCK] =
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 216 #define NCOEFF_BLOCK (B_SIZE*B_SIZE)
218 #define NCOEFF_U NCOEFF_BLOCK
219 #define NCOEFF_V NCOEFF_BLOCK
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);
    [all...]
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] =
    [all...]
mp4enc_api.cpp 33 const static Int zigzag_i[NCOEFF_BLOCK] =
46 const static Int mpeg_iqmat_def[NCOEFF_BLOCK] =
    [all...]

Completed in 747 milliseconds