Searched defs:dst (Results 26 - 50 of 129) sorted by relevance

123456

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DShift_Sat_v16xv16.c30 LVM_INT16 *dst,
47 *dst = 0x7FFF;
51 *dst = - 0x8000;
55 *dst = (LVM_INT16)temp;
57 dst++;
66 *dst = (LVM_INT16)(*src >> RShift);
67 dst++;
73 if(src!=dst)
75 Copy_16(src,dst,n);
28 Shift_Sat_v16xv16(const LVM_INT16 val, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
H A DShift_Sat_v32xv32.c30 LVM_INT32 *dst,
59 *dst = b;
60 dst++;
68 *dst = (*src >> RShift);
69 dst++;
75 if(src!=dst)
77 Copy_16((LVM_INT16 *)src,(LVM_INT16 *)dst,(LVM_INT16)(n<<1));
28 Shift_Sat_v32xv32(const LVM_INT16 val, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
H A DCore_MixHard_2St_D32C31_SAT.c32 LVM_INT32 *dst,
55 *dst++ = Temp2;
29 Core_MixHard_2St_D32C31_SAT( Mix_2St_Cll_t *pInstance, const LVM_INT32 *src1, const LVM_INT32 *src2, LVM_INT32 *dst, LVM_INT16 n) argument
H A DCore_MixInSoft_D32C31_SAT.c31 LVM_INT32 *dst,
57 Temp2=*dst;
67 *dst++ = Temp1;
78 Temp2=*dst;
88 *dst++ = Temp1;
29 Core_MixInSoft_D32C31_SAT( Mix_1St_Cll_t *pInstance, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
H A DCore_MixSoft_1St_D32C31_WRA.c31 LVM_INT32 *dst,
63 *dst = Temp2;
64 dst++;
77 *dst = Temp2;
78 dst++;
84 *dst = Temp2;
85 dst++;
91 *dst = Temp2;
92 dst++;
97 *dst
29 Core_MixSoft_1St_D32C31_WRA( Mix_1St_Cll_t *pInstance, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
[all...]
H A DDelayAllPass_Sat_32x16To32.c35 LVM_INT32 *dst, /* Source/destination */
63 *dst = c;
64 dst++;
30 DelayAllPass_Sat_32x16To32( LVM_INT32 *delay, LVM_UINT16 size, LVM_INT16 coeff, LVM_UINT16 DelayOffset, LVM_UINT16 *pAllPassOffset, LVM_INT32 *dst, LVM_INT16 n) argument
H A DLVC_Core_MixHard_1St_2i_D16C31_SAT.c34 LVM_INT16 *dst,
52 *dst++ = 0x7FFF;
54 *dst++ = - 0x8000;
56 *dst++ = (LVM_INT16)Temp;
60 *dst++ = 0x7FFF;
62 *dst++ = - 0x8000;
64 *dst++ = (LVM_INT16)Temp;
31 LVC_Core_MixHard_1St_2i_D16C31_SAT( LVMixer3_st *ptrInstance1, LVMixer3_st *ptrInstance2, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
H A DLVC_Core_MixHard_2St_D16C31_SAT.c32 LVM_INT16 *dst,
50 *dst++ = 0x7FFF;
52 *dst++ = - 0x8000;
54 *dst++ = (LVM_INT16)Temp;
28 LVC_Core_MixHard_2St_D16C31_SAT( LVMixer3_st *ptrInstance1, LVMixer3_st *ptrInstance2, const LVM_INT16 *src1, const LVM_INT16 *src2, LVM_INT16 *dst, LVM_INT16 n) argument
H A DLVC_Core_MixInSoft_D16C31_SAT.c31 LVM_INT16 *dst,
58 Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 into Q15 */
60 *dst++ = 0x7FFF;
62 *dst++ = - 0x8000;
64 *dst++ = (LVM_INT16)Temp;
77 Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 into Q15 */
79 *dst++ = 0x7FFF;
81 *dst++ = - 0x8000;
83 *dst++ = (LVM_INT16)Temp;
96 Temp = ((LVM_INT32)*dst)
29 LVC_Core_MixInSoft_D16C31_SAT( LVMixer3_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
H A DLVC_Core_MixSoft_1St_D16C31_WRA.c32 LVM_INT16 *dst,
58 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
70 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
71 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
72 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
73 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
85 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
96 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
97 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
98 *(dst
30 LVC_Core_MixSoft_1St_D16C31_WRA( LVMixer3_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
H A DLVC_MixSoft_1St_2i_D16C31_SAT.c39 LVM_INT16 *dst,
95 LVC_Core_MixSoft_1St_2i_D16C31_WRA( &(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, dst, n);
107 if(src!=dst)
109 Copy_16(src, dst, n);
114 LVC_Core_MixHard_1St_2i_D16C31_SAT(&(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, dst, n);
37 LVC_MixSoft_1St_2i_D16C31_SAT( LVMixer3_2St_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
H A DLVC_Core_MixSoft_1St_2i_D16C31_WRA.c33 LVM_INT16 *dst,
92 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15); /* Q15*Q15>>15 into Q15 */
93 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15); /* Q15*Q15>>15 into Q15 */
130 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15); /* Q15*Q15>>15 into Q15 */
131 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15); /* Q15*Q15>>15 into Q15 */
132 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);
133 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15);
134 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);
135 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15);
136 *(dst
30 LVC_Core_MixSoft_1St_2i_D16C31_WRA( LVMixer3_st *ptrInstance1, LVMixer3_st *ptrInstance2, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
/frameworks/native/opengl/tests/gralloc/
H A Dgralloc.cpp31 char* dst = (char*)d; local
34 *dst++ = *src++;
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewRenderer.cpp110 void *dst; local
113 bounds, &dst));
115 *data = (uint8_t*)dst;
/frameworks/compile/libbcc/runtime/lib/ppc/
H A Dgcc_qdiv.c15 DD dst = { .ld = a }, src = { .ld = b }; local
17 register double x = dst.s.hi, x1 = dst.s.lo,
27 dst.s.hi = q;
28 dst.s.lo = 0.0;
29 return dst.ld;
34 dst.s.hi = q;
35 dst.s.lo = 0.0;
36 return dst.ld;
51 dst
[all...]
H A Dgcc_qmul.c15 DD dst = { .ld = x }, src = { .ld = y }; local
17 register double A = dst.s.hi, a = dst.s.lo,
27 dst.s.hi = ab;
28 dst.s.lo = 0.0;
29 return dst.ld;
34 dst.s.hi = ab;
35 dst.s.lo = 0.0;
36 return dst.ld;
49 dst
[all...]
H A Dgcc_qadd.c16 DD dst = { .ld = x }, src = { .ld = y }; local
18 register double A = dst.s.hi, a = dst.s.lo,
23 dst.s.hi = A + B;
24 dst.s.lo = 0.0;
25 return dst.ld;
33 dst.s.hi = A + B;
34 dst.s.lo = 0.0;
35 return dst.ld;
43 dst
[all...]
H A Dgcc_qsub.c16 DD dst = { .ld = x }, src = { .ld = y }; local
18 register double A = dst.s.hi, a = dst.s.lo,
23 dst.s.hi = A + B;
24 dst.s.lo = 0.0;
25 return dst.ld;
33 dst.s.hi = A + B;
34 dst.s.lo = 0.0;
35 return dst.ld;
43 dst
[all...]
/frameworks/av/cmds/stagefright/
H A Djpeg.cpp75 uint8_t *dst = row_data; local
77 dst[0] = from565to8(*src, 11, 5);
78 dst[1] = from565to8(*src, 5, 6);
79 dst[2] = from565to8(*src, 0, 5);
80 dst += 3;
/frameworks/av/media/libstagefright/
H A DSkipCutBuffer.cpp63 char *dst = (char*) buffer->data(); local
64 size_t copied = read(dst, buffer->size());
90 char *dst = (char*) buffer->base(); local
91 size_t copied = read(dst, buffer->capacity());
133 size_t SkipCutBuffer::read(char *dst, size_t num) { argument
148 memcpy(dst, mCutBuffer + mReadHead, copyfirst);
150 dst += copyfirst;
155 memcpy(dst, mCutBuffer, num);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct.cpp345 int *blk, uint8 *pred, uint8 *dst, int width)
540 *dst++ = res;
543 *dst++ = res;
546 *dst++ = res;
549 *dst++ = res;
552 *dst++ = res;
555 *dst++ = res;
558 *dst++ = res;
561 *dst++ = res;
564 dst
344 idct( int *blk, uint8 *pred, uint8 *dst, int width) argument
[all...]
H A Didct_vca.cpp40 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width) argument
50 dst -= width;
71 *((uint32*)(dst += width)) = dst_word; /* save 4 bytes to dst */
85 *((uint32*)(dst += 4)) = dst_word; /* save 4 bytes to dst */
97 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width) argument
106 dst -= width;
139 *((uint32*)(dst += width)) = dst_word; /* save 4 bytes to dst */
185 idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width) argument
294 idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp89 uint8_t *dst = accessUnit->data() + offset; local
97 dst[0] = 0xff;
99 dst[1] =
102 dst[2] = (profile << 6)
106 dst[3] = ((channelConfig & 3) << 6) | (frameLength >> 11);
108 dst[4] = (frameLength >> 3) & 0xff;
109 dst[5] = (frameLength & 7) << 5;
110 dst[6] = 0x00;
112 memcpy(dst + 7, nal->data(), nal->size());
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp40 Short *dst; local
50 dst = out + 64 ;
51 ColTh = *dst;
108 dst[0] = k0;
109 dst[4] = k1; /* col. 4 */
127 dst[2] = k2; /* col. 2 */
129 dst[6] = k3; /* col. 6 */
151 dst[5] = k4; /* col. 5 */
153 dst[1] = k5; /* col. 1 */
154 dst[
269 Short *dst; local
475 Short *dst; local
654 Short *dst; local
865 Short *dst; local
1052 Short *dst; local
[all...]
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp154 void *dst; local
156 buf->handle, GRALLOC_USAGE_SW_WRITE_OFTEN, bounds, &dst));
163 dst,
171 uint8_t *dst_y = (uint8_t *)dst;
203 uint8_t *dst_y = (uint8_t *)dst;

Completed in 812 milliseconds

123456