Home
last modified time | relevance | path

Searched refs:aDst (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpack.c2997 GLint *aDst) in get_component_mapping() argument
3042 *aDst = 3; in get_component_mapping()
3053 *aDst = 3; in get_component_mapping()
3064 *aDst = 3; in get_component_mapping()
3075 *aDst = 3; in get_component_mapping()
3086 *aDst = 3; in get_component_mapping()
3096 *aDst = 0; in get_component_mapping()
3137 GLint rDst, bDst, gDst, aDst; in extract_float_rgba() local
3193 &rDst, &gDst, &bDst, &aDst); in extract_float_rgba()
3311 rgba[i][aDst] = 1.0F; in extract_float_rgba()
[all …]
/external/aac/libFDK/src/
Dfft.cpp206 FIXP_DBL aDst[2*N15]; in fft15() local
218 FIXP_DBL *RESTRICT pDst = aDst; in fft15()
269 const FIXP_DBL *pSrc = aDst; in fft15()
1090 C_ALLOC_SCRATCH_START(aDst, FIXP_DBL, length*2); \
1101 FIXP_DBL *RESTRICT pDst = aDst; \
1118 fft_apply_rot_vector(aDst, dim1, length, RotVectorReal, RotVectorImag); \
1126 const FIXP_DBL* pSrc = aDst; \
1151 C_ALLOC_SCRATCH_END(aDst, FIXP_DBL, length*2); \
1177 C_ALLOC_SCRATCH_START(aDst, FIXP_DBL, length*2); in fftN2()
1187 pDst = aDst; in fftN2()
[all …]