Home
last modified time | relevance | path

Searched refs:pbuff (Results 1 – 11 of 11) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_dct4_f32.c134 …float32_t *pS1, *pS2, *pbuff; /* Temporary pointers for input buffer and pState b… in arm_dct4_f32() local
176 pbuff = pInlineBuffer; in arm_dct4_f32()
190 *pS1++ = *pbuff++; in arm_dct4_f32()
192 *pS2-- = *pbuff++; in arm_dct4_f32()
194 *pS1++ = *pbuff++; in arm_dct4_f32()
195 *pS2-- = *pbuff++; in arm_dct4_f32()
197 *pS1++ = *pbuff++; in arm_dct4_f32()
198 *pS2-- = *pbuff++; in arm_dct4_f32()
200 *pS1++ = *pbuff++; in arm_dct4_f32()
201 *pS2-- = *pbuff++; in arm_dct4_f32()
[all …]
Darm_dct4_q31.c61 …q31_t *pS1, *pS2, *pbuff; /* Temporary pointers for input buffer and pState b… in arm_dct4_q31() local
103 pbuff = pInlineBuffer; in arm_dct4_q31()
117 *pS1++ = *pbuff++; in arm_dct4_q31()
119 *pS2-- = *pbuff++; in arm_dct4_q31()
121 *pS1++ = *pbuff++; in arm_dct4_q31()
122 *pS2-- = *pbuff++; in arm_dct4_q31()
124 *pS1++ = *pbuff++; in arm_dct4_q31()
125 *pS2-- = *pbuff++; in arm_dct4_q31()
127 *pS1++ = *pbuff++; in arm_dct4_q31()
128 *pS2-- = *pbuff++; in arm_dct4_q31()
[all …]
Darm_dct4_q15.c58 …q15_t *pS1, *pS2, *pbuff; /* Temporary pointers for input buffer and pState b… in arm_dct4_q15() local
100 pbuff = pInlineBuffer; in arm_dct4_q15()
114 *pS1++ = *pbuff++; in arm_dct4_q15()
116 *pS2-- = *pbuff++; in arm_dct4_q15()
118 *pS1++ = *pbuff++; in arm_dct4_q15()
119 *pS2-- = *pbuff++; in arm_dct4_q15()
121 *pS1++ = *pbuff++; in arm_dct4_q15()
122 *pS2-- = *pbuff++; in arm_dct4_q15()
124 *pS1++ = *pbuff++; in arm_dct4_q15()
125 *pS2-- = *pbuff++; in arm_dct4_q15()
[all …]
/third_party/FatFs/documents/res/
Dapp4.c46 BYTE *pbuff = (BYTE*)buff; in test_diskio() local
120 for (n = 0, pn(pns); n < sz_sect; n++) pbuff[n] = (BYTE)pn(0); in test_diskio()
121 printf(" disk_write(%u, 0x%X, %lu, 1)", pdrv, (UINT)pbuff, lba); in test_diskio()
122 dr = disk_write(pdrv, pbuff, lba, 1); in test_diskio()
137 memset(pbuff, 0, sz_sect); in test_diskio()
138 printf(" disk_read(%u, 0x%X, %lu, 1)", pdrv, (UINT)pbuff, lba); in test_diskio()
139 dr = disk_read(pdrv, pbuff, lba, 1); in test_diskio()
146 for (n = 0, pn(pns); n < sz_sect && pbuff[n] == (BYTE)pn(0); n++) ; in test_diskio()
158 for (n = 0, pn(pns); n < (UINT)(sz_sect * ns); n++) pbuff[n] = (BYTE)pn(0); in test_diskio()
159 printf(" disk_write(%u, 0x%X, %lu, %u)", pdrv, (UINT)pbuff, lba, ns); in test_diskio()
[all …]
/third_party/toybox/toys/pending/
Dtelnet.c30 int pbuff;
161 char opt = TT.buff[TT.pbuff++]; in handle_negotiations()
165 opt = TT.buff[TT.pbuff++]; in handle_negotiations()
182 char opt = TT.buff[TT.pbuff++]; in handle_ddww()
234 TT.pbuff = 0; in read_server()
237 curr = TT.buff[TT.pbuff++]; in read_server()
239 curr = TT.buff[TT.pbuff++]; in read_server()
256 if (curr == '\r') { curr = TT.buff[TT.pbuff++]; in read_server()
257 if (curr != '\0') TT.pbuff--; in read_server()
260 } while (TT.pbuff < len); in read_server()
/third_party/mesa3d/src/gallium/frontends/va/
Dbuffer.c105 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff) in vlVaMapBuffer() argument
117 if (!pbuff) in vlVaMapBuffer()
135 *pbuff = drv->pipe->buffer_map(drv->pipe, resource, 0, PIPE_MAP_WRITE, in vlVaMapBuffer()
139 if (!buf->derived_surface.transfer || !*pbuff) in vlVaMapBuffer()
143 ((VACodedBufferSegment*)buf->data)->buf = *pbuff; in vlVaMapBuffer()
146 *pbuff = buf->data; in vlVaMapBuffer()
150 *pbuff = buf->data; in vlVaMapBuffer()
/third_party/ffmpeg/libavfilter/
Dvf_fftdnoiz.c389 float *pbuff = pbuffer + buffer_linesize * y * block + x * block * 2; in filter_plane3d2() local
397 sumpnr = pbuff[2 * j ] + nbuff[2 * j ]; in filter_plane3d2()
398 sumpni = pbuff[2 * j + 1] + nbuff[2 * j + 1]; in filter_plane3d2()
401 difr = cfactor * (nbuff[2 * j ] - pbuff[2 * j ]); in filter_plane3d2()
402 difi = cfactor * (pbuff[2 * j + 1] - nbuff[2 * j + 1]); in filter_plane3d2()
425 pbuff += buffer_linesize; in filter_plane3d2()
447 float *pbuff = pbuffer + buffer_linesize * y * block + x * block * 2; in filter_plane3d1() local
455 pre = pbuff[j * 2 ]; in filter_plane3d1()
457 pim = pbuff[j * 2 + 1]; in filter_plane3d1()
478 pbuff += buffer_linesize; in filter_plane3d1()
/third_party/toybox/generated/
Dglobals.h869 int pbuff; member
/third_party/freetype/src/truetype/
Dttinterp.c365 void** pbuff = (void**)_pbuff; in Update_Max() local
370 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in Update_Max()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c315 void** pbuff = (void**)_pbuff; in Update_Max() local
320 if ( FT_QREALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in Update_Max()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c366 void** pbuff = (void**)_pbuff; in Update_Max() local
371 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in Update_Max()