HomeSort by relevance Sort by last modified time
    Searched refs:int16 (Results 101 - 125 of 288) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.h 87 int16 mx_band,
pvmp3_mpeg2_get_scale_data.cpp 135 int16 i;
136 int16 j;
137 int16 k;
138 int16 blocktypenumber = 0;
139 int16 blocknumber = 0;
230 for (j = 0; j < (int16)nr_of_sfb_block[blocknumber][blocktypenumber][i]; j++)
239 for (j = 0; j < (int16)nr_of_sfb_block[blocknumber][blocktypenumber][i]; j++)
pvmp3_poly_phase_synthesis.cpp 42 int16 *outPcm pointer to the PCM output data
45 int16 *outPcm pointer to the PCM output data
125 int16 *outPcm)
135 int16 * ptr_out = outPcm;
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AOC.h 41 int16 AKFS_AOC(
AKFS_Device.c 21 int16 AKFS_InitBuffer(
22 const int16 ndata, /*!< Size of vector buffer */
42 int16 AKFS_BufShift(
43 const int16 len, /*!< size of buffer */
44 const int16 shift, /*!< shift size */
48 int16 i;
59 int16 AKFS_Rotate(
AKFS_VNorm.c 24 int16 AKFS_VbNorm(
25 const int16 ndata, /*!< Size of raw vector buffer */
27 const int16 nbuf, /*!< Size of data to be buffered */
31 const int16 nvec, /*!< Size of normalized vector buffer */
68 int16 AKFS_VbAve(
69 const int16 nvec, /*!< Size of normalized vector buffer */
71 const int16 nave, /*!< Number of averaeg */
AKFS_Direction.c 83 int16 AKFS_Direction(
84 const int16 nhvec,
86 const int16 hnave,
87 const int16 navec,
89 const int16 anave,
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_FileIO.c 43 int16 AKFS_LoadParameters(AK8975PRMS * prms, const char* path)
45 int16 ret;
103 int16 AKFS_SaveParameters(AK8975PRMS *prms, const char* path)
105 int16 ret = 1;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 72 typedef signed short int16; /* Signed 16 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 72 typedef signed short int16; /* Signed 16 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 72 typedef signed short int16; /* Signed 16 bit value */ typedef
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_video_config_parser.h 44 OSCL_IMPORT_REF int16 ti_video_config_parser(
  /external/vulkan-validation-layers/libs/glm/gtx/
bit.hpp 122 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
136 GLM_FUNC_DECL int32 bitfieldInterleave(int16 x, int16 y);
178 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z);
220 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w)
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
MathSSE2.c 34 int32 bbs_dotProduct_64SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA )
37 int16* vec1L = ( int16* )vec1A;
38 int16* vec2L = ( int16* )vec2A;
146 int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA )
149 int16* vec1L = ( int16* )vec1A
    [all...]
Complex.h 45 int16 realE;
48 int16 imagE;
Int16Arr.c 88 bbs_memcpy16( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF16( int16 ) );
98 const int16* ptr1L = ptrA->arrPtrE;
99 const int16* ptr2L = srcPtrA->arrPtrE;
122 return sizeA * bbs_SIZEOF16( int16 ) + bbs_MEM_BLOCK_OVERHD;
148 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int16 ) );
226 ptrA->sizeE * bbs_SIZEOF16( int16 );
278 int16 valA )
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 83 int16 *IntraDC_delta);
85 void doDCACPrediction(VideoDecData *video, int comp, int16 *q_block,
89 void doDCACPrediction_I(VideoDecData *video, int comp, int16 *q_block);
95 void BlockIDCT(uint8 *dst, uint8 *pred, int16 *blk, int width, int nzcoefs,
103 PV_STATUS GetMBheader(VideoDecData *video, int16 *QP);
109 PV_STATUS GetMBheaderDataPart_DQUANT_DC(VideoDecData *video, int16 *QP);
283 void H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int T);
285 int PostProcSemaphore(int16 *q_block);
291 void Deringing_Luma(uint8 *Rec_Y, int width, int height, int16 *QP_store,
293 void Deringing_Chroma(uint8 *Rec_C, int width, int height, int16 *QP_store
    [all...]
mp4lib_int.h 70 int16 quantizer; /* VOP quantizer */
132 typedef int16 typeMBStore[6][NCOEFF_BLOCK];
176 int16 val;
177 int16 len;
193 typedef int16 typeDCStore[6]; /* ACDC */
194 typedef int16 typeDCACStore[4][8];
228 int16 *QPMB; /* Quantizer value for each MB */
285 int16 QP_CHR; /* ANNEX_T */
  /cts/suite/audio_quality/test_description/processing/
example.py 45 stereo = stereoInt.astype(np.int16)
48 mono = monoInt.astype(np.int16)
  /external/dng_sdk/source/
dng_memory.h 157 /// Return pointer to allocated memory as a int16 *.
158 /// \retval int16 * valid for as many bytes as were allocated.
160 int16 * Buffer_int16 ()
162 return (int16 *) Buffer ();
165 /// Return pointer to allocated memory as a const int16 *.
166 /// \retval const int16 * valid for as many bytes as were allocated.
168 const int16 * Buffer_int16 () const
170 return (const int16 *) Buffer ();
419 /// Return pointer to allocated memory as a int16 *.
420 /// \retval int16 * valid for as many bytes as were allocated
    [all...]
dng_types.h 42 typedef int16_t int16; typedef
54 typedef signed short int16; typedef
  /external/neven/Embedded/common/src/b_TensorEm/
Int16Vec2D.h 43 int16 xE;
46 int16 yE;
CompactMat.h 67 * (int16) 'offs' offset of row-vector (0 when row is not sparse)
68 * (int16) 'size' effective size of row vector (= widthE when row is not sparse)
69 * (int16) 'factorMan' mantisse of factor
70 * (int16) 'factorExp' exponent of factor
71 * (int16) 'normBits' norm bits of row vector
72 * (int16), (int16), ... packed data
143 const int16* inVecA,
144 int16* outVecA,
145 int16* outExpPtrA )
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/include/
pvamrwbdecoder_api.h 109 static const int16 AMR_WB_COMPRESSED[NUM_OF_MODES] =
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 43 typedef std::int16_t int16; typedef in namespace:glm::detail
70 typedef signed short int16;
90 typedef detail::int16 int16; typedef in namespace:glm
179 GLM_STATIC_ASSERT(sizeof(glm::int16) == 2, "int16 size isn't 2 bytes on this platform");

Completed in 630 milliseconds

1 2 3 45 6 7 8 91011>>