Home
last modified time | relevance | path

Searched refs:bptr (Results 1 – 25 of 47) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Droqvideo.c43 unsigned char *bptr; in ff_apply_vector_2x2() local
49 bptr = ri->current_frame->data[0] + boffs; in ff_apply_vector_2x2()
50 bptr[0 ] = cell->y[0]; in ff_apply_vector_2x2()
51 bptr[1 ] = cell->y[1]; in ff_apply_vector_2x2()
52 bptr[stride ] = cell->y[2]; in ff_apply_vector_2x2()
53 bptr[stride+1] = cell->y[3]; in ff_apply_vector_2x2()
58 bptr = ri->current_frame->data[1] + boffs; in ff_apply_vector_2x2()
59 bptr[0 ] = in ff_apply_vector_2x2()
60 bptr[1 ] = in ff_apply_vector_2x2()
61 bptr[stride ] = in ff_apply_vector_2x2()
[all …]
Dnellymoserdec.c67 float *aptr, *bptr, *pptr, val, pval; in nelly_decode_block() local
73 bptr = buf; in nelly_decode_block()
81 *bptr++ = val; in nelly_decode_block()
Dccaption_dec.c847 const uint8_t *bptr = avpkt->data; in decode() local
853 uint8_t hi, cc_type = bptr[i] & 1; in decode()
858 if (validate_cc_data_pair(bptr + i, &hi)) in decode()
864 ret = process_cc608(ctx, hi & 0x7f, bptr[i + 2] & 0x7f); in decode()
895 if (!bptr && !ctx->real_time && ctx->buffer[!ctx->buffer_index].str[0]) { in decode()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmemmgr.c645 jvirt_barray_ptr bptr; in realize_virt_arrays() local
665 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays()
666 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays()
667 size_t new_space = (long)bptr->rows_in_array * in realize_virt_arrays()
668 (long)bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()
670 space_per_minheight += (long)bptr->maxaccess * in realize_virt_arrays()
671 (long)bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()
726 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays()
727 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays()
728 minheights = ((long)bptr->rows_in_array - 1L) / bptr->maxaccess + 1L; in realize_virt_arrays()
[all …]
Djquant2.c765 register JLONG *bptr; /* pointer into bestdist[] array */ in find_best_colors() local
776 bptr = bestdist; in find_best_colors()
778 *bptr++ = 0x7FFFFFFFL; in find_best_colors()
804 bptr = bestdist; in find_best_colors()
814 if (dist2 < *bptr) { in find_best_colors()
815 *bptr = dist2; in find_best_colors()
820 bptr++; in find_best_colors()
/third_party/libjpeg-turbo/
Djmemmgr.c642 jvirt_barray_ptr bptr; in realize_virt_arrays() local
662 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays()
663 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays()
664 size_t new_space = (long)bptr->rows_in_array * in realize_virt_arrays()
665 (long)bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()
667 space_per_minheight += (long)bptr->maxaccess * in realize_virt_arrays()
668 (long)bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()
723 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays()
724 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays()
725 minheights = ((long)bptr->rows_in_array - 1L) / bptr->maxaccess + 1L; in realize_virt_arrays()
[all …]
Djquant2.c765 register JLONG *bptr; /* pointer into bestdist[] array */ in find_best_colors() local
776 bptr = bestdist; in find_best_colors()
778 *bptr++ = 0x7FFFFFFFL; in find_best_colors()
804 bptr = bestdist; in find_best_colors()
814 if (dist2 < *bptr) { in find_best_colors()
815 *bptr = dist2; in find_best_colors()
820 bptr++; in find_best_colors()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djmemmgr.c645 jvirt_barray_ptr bptr; in realize_virt_arrays() local
665 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays()
666 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays()
667 size_t new_space = (long)bptr->rows_in_array * in realize_virt_arrays()
668 (long)bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()
670 space_per_minheight += (long)bptr->maxaccess * in realize_virt_arrays()
671 (long)bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()
726 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays()
727 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays()
728 minheights = ((long)bptr->rows_in_array - 1L) / bptr->maxaccess + 1L; in realize_virt_arrays()
[all …]
Djquant2.c765 register JLONG *bptr; /* pointer into bestdist[] array */ in find_best_colors() local
776 bptr = bestdist; in find_best_colors()
778 *bptr++ = 0x7FFFFFFFL; in find_best_colors()
804 bptr = bestdist; in find_best_colors()
814 if (dist2 < *bptr) { in find_best_colors()
815 *bptr = dist2; in find_best_colors()
820 bptr++; in find_best_colors()
/third_party/pcre2/pcre2/maint/
Dutf8.c258 unsigned char *bptr; in main() local
286 bptr = buffer; in main()
289 while (bptr < buffend) in main()
294 int rc = utf82ord(bptr, buffend, &d, &offset); in main()
299 for (j = 0; j < rc; j++) printf("%02x ", bptr[j]); in main()
303 for (j = 0; j < rc; j++) printf("%c", bptr[j]); in main()
307 bptr += rc; in main()
312 for (j = 0; j < offset; j++) printf("%02x ", bptr[j]); in main()
314 bptr += offset; in main()
336 while (bptr < buffend) printf("%02x ", *bptr++); in main()
/third_party/pcre2/pcre2/src/
Dpcre2_extuni.c111 PCRE2_SPTR bptr = eptr - 1; in PRIV() local
112 if (utf) BACKCHAR(bptr); in PRIV()
116 while (bptr > start_subject) in PRIV()
118 bptr--; in PRIV()
121 BACKCHAR(bptr); in PRIV()
122 GETCHAR(c, bptr); in PRIV()
125 c = *bptr; in PRIV()
/third_party/ffmpeg/libavfilter/
Dvf_gblur.c303 float *bptr = s->buffer; in filter_frame() local
319 av_image_copy_plane((uint8_t *)bptr, width * sizeof(float), in filter_frame()
325 bptr[x] = src[x]; in filter_frame()
327 bptr += width; in filter_frame()
333 bptr[x] = src16[x]; in filter_frame()
335 bptr += width; in filter_frame()
342 bptr = s->buffer; in filter_frame()
345 (uint8_t *)bptr, width * sizeof(float), in filter_frame()
350 dst[x] = bptr[x]; in filter_frame()
352 bptr += width; in filter_frame()
[all …]
Dvf_dblur.c210 float *bptr = s->buffer; in filter_frame() local
228 bptr[x] = src[x]; in filter_frame()
230 bptr += width; in filter_frame()
236 bptr[x] = src16[x]; in filter_frame()
238 bptr += width; in filter_frame()
245 bptr = s->buffer; in filter_frame()
249 dst[x] = bptr[x]; in filter_frame()
251 bptr += width; in filter_frame()
257 dst16[x] = bptr[x]; in filter_frame()
259 bptr += width; in filter_frame()
Dvf_colortemperature.c119 uint8_t *bptr = frame->data[1] + slice_start * blinesize; in temperature_slice8() local
125 float b = bptr[x]; in temperature_slice8()
133 bptr[x] = av_clip_uint8(nb); in temperature_slice8()
138 bptr += blinesize; in temperature_slice8()
161 uint16_t *bptr = (uint16_t *)frame->data[1] + slice_start * blinesize; in temperature_slice16() local
167 float b = bptr[x]; in temperature_slice16()
175 bptr[x] = av_clip_uintp2_c(nb, depth); in temperature_slice16()
180 bptr += blinesize; in temperature_slice16()
Dvf_vibrance.c78 uint8_t *bptr = frame->data[1] + slice_start * blinesize; in vibrance_slice8() local
84 float b = bptr[x] * scale; in vibrance_slice8()
99 bptr[x] = av_clip_uint8(b * 255.f); in vibrance_slice8()
104 bptr += blinesize; in vibrance_slice8()
137 uint16_t *bptr = (uint16_t *)frame->data[1] + slice_start * blinesize; in vibrance_slice16() local
143 float b = bptr[x] * scale; in vibrance_slice16()
158 bptr[x] = av_clip_uintp2_c(b * max, depth); in vibrance_slice16()
163 bptr += blinesize; in vibrance_slice16()
Dvf_colorcontrast.c104 uint8_t *bptr = frame->data[1] + slice_start * blinesize; in colorcontrast_slice8() local
119 float b = bptr[x]; in colorcontrast_slice8()
132 bptr[x] = av_clip_uint8(nb); in colorcontrast_slice8()
137 bptr += blinesize; in colorcontrast_slice8()
158 uint16_t *bptr = (uint16_t *)frame->data[1] + slice_start * blinesize; in colorcontrast_slice16() local
173 float b = bptr[x]; in colorcontrast_slice16()
186 bptr[x] = av_clip_uintp2_c(nb, depth); in colorcontrast_slice16()
191 bptr += blinesize; in colorcontrast_slice16()
/third_party/openssl/crypto/bn/asm/
Dx86_64-mont.pl825 my $bptr="%rdx"; # not used
1110 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
1112 my $rptr=$bptr;
1114 lea 8($bp),$bptr
1122 mov $bptr,8(%rsp) # off-load &b[i]
1127 mov $mi,$bptr # borrow $bptr
1138 adcx %rax,$bptr # discarded
1144 mov 48(%rsp),$bptr # counter value
1195 dec $bptr # of=0, pass cf
1199 mov 8(%rsp),$bptr # re-load &b[i]
[all …]
Darmv4-mont.pl309 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("r$_",(0..5));
331 vld1.32 {${Bi}[0]}, [$bptr,:32]!
384 vld1.32 {${Bi}[0]}, [$bptr,:32]!
475 vld1.32 {${Bi}[0]},[$bptr,:32]! @ *b++
498 vld1.32 {${Bi}[0]},[$bptr,:32]! @ *b++
688 add $bptr,sp,$num,lsl#2
697 teq $aptr,$bptr @ preserves carry
704 sub r11,$bptr,r11 @ this is num*4
708 mov $nptr,$bptr @ second 3/4th of frame
736 teq $aptr,$bptr @ preserves carry
Dx86_64-mont5.pl1089 my $bptr="%rdx"; # const void *table,
1197 movq $bptr,%xmm4
1211 movq %xmm4,$bptr
2241 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
2243 my $rptr=$bptr;
2250 lea 128($bp),$bptr # size optimization
2302 pand `16*($i+0)-128`($bptr),%xmm0 # while it's still in register
2303 pand `16*($i+1)-128`($bptr),%xmm1
2304 pand `16*($i+2)-128`($bptr),%xmm2
2306 pand `16*($i+3)-128`($bptr),%xmm3
[all …]
/third_party/skia/third_party/externals/spirv-cross/samples/cpp/
Datomics.cpp54 void *bptr = b; in main() local
62 spirv_cross_set_resource(shader, 0, 1, &bptr, sizeof(bptr)); in main()
Dshared.cpp53 void *bptr = b; in main() local
60 spirv_cross_set_resource(shader, 0, 1, &bptr, sizeof(bptr)); in main()
Dmultiply.cpp55 void *bptr = b; in main() local
63 spirv_cross_set_resource(shader, 0, 1, &bptr, sizeof(bptr)); in main()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dbuiltin-atomic-clear.c1 void foo(void *ptr, _Bool *bptr, volatile void *vptr, volatile _Bool *vbptr, int mo) in foo() argument
4 __atomic_clear(bptr, mo); in foo()
/third_party/libxml2/
Duri.c2182 xmlChar *bptr, *uptr, *vptr; in xmlBuildRelativeURI() local
2249 bptr = (xmlChar *)bas->path; in xmlBuildRelativeURI()
2259 if ((*bptr == '.') && (bptr[1] == '/')) in xmlBuildRelativeURI()
2260 bptr += 2; in xmlBuildRelativeURI()
2261 else if ((*bptr == '/') && (*rptr != '/')) in xmlBuildRelativeURI()
2262 bptr++; in xmlBuildRelativeURI()
2263 while ((bptr[pos] == rptr[pos]) && (bptr[pos] != 0)) in xmlBuildRelativeURI()
2266 if (bptr[pos] == rptr[pos]) { in xmlBuildRelativeURI()
2285 for (; bptr[ix] != 0; ix++) { in xmlBuildRelativeURI()
2286 if (bptr[ix] == '/') in xmlBuildRelativeURI()
/third_party/iowow/src/utils/
Diwconv.c324 int iwafcmp(const char *aptr, int asiz, const char *bptr, int bsiz) { in iwafcmp() argument
326 const unsigned char *brp = (const unsigned char*) bptr; in iwafcmp()
424 int rv = strncmp(aptr, bptr, MIN(asiz, bsiz)); in iwafcmp()

12