Searched refs:data_ptr (Results 26 - 50 of 65) sorted by relevance

123

/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrbmp.c349 register JSAMPROW data_ptr; local
369 data_ptr = image_ptr[0];
371 putc(GETJSAMPLE(*data_ptr), outfile);
372 data_ptr++;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c24 __inline static void IntrepolFilter(double *data_ptr, double *intrp) argument
26 *intrp = kInterpolWin[0] * data_ptr[-3];
27 *intrp += kInterpolWin[1] * data_ptr[-2];
28 *intrp += kInterpolWin[2] * data_ptr[-1];
29 *intrp += kInterpolWin[3] * data_ptr[0];
30 *intrp += kInterpolWin[4] * data_ptr[1];
31 *intrp += kInterpolWin[5] * data_ptr[2];
32 *intrp += kInterpolWin[6] * data_ptr[3];
33 *intrp += kInterpolWin[7] * data_ptr[4];
/external/jpeg/
H A Dwrbmp.c349 register JSAMPROW data_ptr; local
369 data_ptr = image_ptr[0];
371 putc(GETJSAMPLE(*data_ptr), outfile);
372 data_ptr++;
H A Djmemmgr.c262 char * data_ptr; local
318 data_ptr = (char *) (hdr_ptr + 1); /* point to first data byte in pool */
319 data_ptr += hdr_ptr->hdr.bytes_used; /* point to place for object */
323 return (void *) data_ptr;
/external/qemu/distrib/jpeg-6b/
H A Dwrbmp.c349 register JSAMPROW data_ptr; local
369 data_ptr = image_ptr[0];
371 putc(GETJSAMPLE(*data_ptr), outfile);
372 data_ptr++;
H A Djmemmgr.c262 char * data_ptr; local
318 data_ptr = (char *) (hdr_ptr + 1); /* point to first data byte in pool */
319 data_ptr += hdr_ptr->hdr.bytes_used; /* point to place for object */
323 return (void *) data_ptr;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c23 __inline static void IntrepolFilter(double *data_ptr, double *intrp) argument
25 *intrp = kInterpolWin[0] * data_ptr[-3];
26 *intrp += kInterpolWin[1] * data_ptr[-2];
27 *intrp += kInterpolWin[2] * data_ptr[-1];
28 *intrp += kInterpolWin[3] * data_ptr[0];
29 *intrp += kInterpolWin[4] * data_ptr[1];
30 *intrp += kInterpolWin[5] * data_ptr[2];
31 *intrp += kInterpolWin[6] * data_ptr[3];
32 *intrp += kInterpolWin[7] * data_ptr[4];
/external/lldb/source/DataFormatters/
H A DCF.cpp152 addr_t data_ptr = process_sp->ReadPointerFromMemory(valobj_addr+2*ptr_size+2*ptr_size, error); local
159 num_bytes = process_sp->ReadMemory(data_ptr, buffer_sp->GetBytes(), num_bytes, error);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c447 LLVMValueRef data_ptr,
488 data_ptr, offset);
496 data_ptr, offset,
518 LLVMValueRef data_ptr,
629 lp_build_sample_fetch_image_nearest(bld, data_ptr, offset,
647 LLVMValueRef data_ptr,
715 lp_build_sample_fetch_image_nearest(bld, data_ptr, offset,
727 LLVMValueRef data_ptr,
852 data_ptr, offset[k][j][i]);
860 data_ptr, offse
446 lp_build_sample_fetch_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset, LLVMValueRef x_subcoord, LLVMValueRef y_subcoord, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
514 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
643 lp_build_sample_image_nearest_afloat(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
726 lp_build_sample_fetch_image_linear(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset[2][2][2], LLVMValueRef x_subcoord[2], LLVMValueRef y_subcoord[2], LLVMValueRef s_fpart, LLVMValueRef t_fpart, LLVMValueRef r_fpart, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
964 lp_build_sample_image_linear(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
1147 lp_build_sample_image_linear_afloat(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
[all...]
H A Dlp_bld_sample_soa.c84 LLVMValueRef data_ptr,
158 data_ptr, offset,
596 LLVMValueRef data_ptr,
664 data_ptr, colors_out);
678 LLVMValueRef data_ptr,
759 data_ptr, neighbors[0][0]);
764 data_ptr, neighbors[0][1]);
783 data_ptr, neighbors[1][0]);
788 data_ptr, neighbors[1][1]);
809 data_ptr, neighbors
74 lp_build_sample_texel_soa(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef width, LLVMValueRef height, LLVMValueRef depth, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef data_ptr, LLVMValueRef texel_out[4]) argument
591 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
673 lp_build_sample_image_linear(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
[all...]
H A Dlp_bld_sample.h162 (*data_ptr)( const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
H A Dlp_bld_sample.c736 LLVMValueRef indexes[2], data_ptr; local
740 data_ptr = LLVMBuildGEP(builder, bld->data_array, indexes, 2, "");
741 data_ptr = LLVMBuildLoad(builder, data_ptr, "");
742 return data_ptr;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c447 LLVMValueRef data_ptr,
488 data_ptr, offset);
496 data_ptr, offset,
518 LLVMValueRef data_ptr,
629 lp_build_sample_fetch_image_nearest(bld, data_ptr, offset,
647 LLVMValueRef data_ptr,
715 lp_build_sample_fetch_image_nearest(bld, data_ptr, offset,
727 LLVMValueRef data_ptr,
852 data_ptr, offset[k][j][i]);
860 data_ptr, offse
446 lp_build_sample_fetch_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset, LLVMValueRef x_subcoord, LLVMValueRef y_subcoord, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
514 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
643 lp_build_sample_image_nearest_afloat(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
726 lp_build_sample_fetch_image_linear(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset[2][2][2], LLVMValueRef x_subcoord[2], LLVMValueRef y_subcoord[2], LLVMValueRef s_fpart, LLVMValueRef t_fpart, LLVMValueRef r_fpart, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
964 lp_build_sample_image_linear(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
1147 lp_build_sample_image_linear_afloat(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
[all...]
H A Dlp_bld_sample_soa.c84 LLVMValueRef data_ptr,
158 data_ptr, offset,
596 LLVMValueRef data_ptr,
664 data_ptr, colors_out);
678 LLVMValueRef data_ptr,
759 data_ptr, neighbors[0][0]);
764 data_ptr, neighbors[0][1]);
783 data_ptr, neighbors[1][0]);
788 data_ptr, neighbors[1][1]);
809 data_ptr, neighbors
74 lp_build_sample_texel_soa(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef width, LLVMValueRef height, LLVMValueRef depth, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef data_ptr, LLVMValueRef texel_out[4]) argument
591 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
673 lp_build_sample_image_linear(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
[all...]
H A Dlp_bld_sample.h162 (*data_ptr)( const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_unittest.cc79 const int16* data_ptr = reinterpret_cast<const int16*>(capture_data.get()); local
83 data_bus->FromInterleaved(data_ptr, data_bus->frames(), 2);
115 data_ptr += params.frames_per_buffer() * params.channels();
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_wrapper.cc468 void* data_ptr = NULL; local
469 va_res = vaMapBuffer(va_display_, buffer_id, &data_ptr);
476 DCHECK(data_ptr);
479 reinterpret_cast<VAEncMiscParameterBuffer*>(data_ptr);
/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.cc307 uint32* data_ptr = reinterpret_cast<uint32*>(data); local
309 w = data_ptr[0];
310 h = data_ptr[1];
317 ArgbToRgba(&data_ptr[2], 0, 0, w, h, w, h, true);
/external/chromium_org/content/child/
H A Dresource_dispatcher.cc442 const char* data_ptr = data_start + data_offset; local
450 request_info->site_isolation_metadata, data_ptr, data_length,
458 data_ptr = alternative_data.data();
467 data_ptr, data_length, encoded_data_length);
473 data_ptr, data_length, encoded_data_length);
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win.cc401 BYTE* data_ptr = NULL; local
410 hr = audio_capture_client_->GetBuffer(&data_ptr,
430 memcpy(&capture_buffer[pos], data_ptr, num_bytes);
/external/chromium_org/mojo/android/system/
H A Dcore_impl.cc361 jlong data_ptr) {
365 // the data_ptr.
369 reinterpret_cast<AsyncWaitCallbackData*>(data_ptr));
358 CancelAsyncWait(JNIEnv* env, jobject jcaller, jlong id, jlong data_ptr) argument
/external/clang/test/SemaCXX/
H A Dmember-pointer-ms.cpp226 int T::*data_ptr; member in class:MemPtrInTemplate::T
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c265 char * data_ptr; local
321 data_ptr = (char *) (hdr_ptr + 1); /* point to first data byte in pool */
322 data_ptr += hdr_ptr->hdr.bytes_used; /* point to place for object */
326 return (void *) data_ptr;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c586 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr); local
594 lp_build_printf(gallivm, " ---- %p storing attribute %d (io = %p)\n", data_ptr, index, io_ptr);
597 data_ptr = LLVMBuildGEP(builder, data_ptr, indices, 3, "");
598 data_ptr = LLVMBuildPointerCast(builder, data_ptr, data_ptr_type, "");
601 lp_set_store_alignment(LLVMBuildStore(builder, value, data_ptr), sizeof(float));
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c586 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr); local
594 lp_build_printf(gallivm, " ---- %p storing attribute %d (io = %p)\n", data_ptr, index, io_ptr);
597 data_ptr = LLVMBuildGEP(builder, data_ptr, indices, 3, "");
598 data_ptr = LLVMBuildPointerCast(builder, data_ptr, data_ptr_type, "");
601 lp_set_store_alignment(LLVMBuildStore(builder, value, data_ptr), sizeof(float));

Completed in 734 milliseconds

123