Home
last modified time | relevance | path

Searched defs:pixel_ptr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/helpers/
H A DScaleHelpers.h53 inline uint8_t delta_bilinear_c1_quantized(const uint8_t *pixel_ptr, size_t stride, float dx, float… in delta_bilinear_c1_quantized()
88 inline int8_t delta_bilinear_c1_quantized(const int8_t *pixel_ptr, size_t stride, float dx, float d… in delta_bilinear_c1_quantized()
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dimage-inl.h293 T* pixel_ptr = (*this)[y]; in DownsampleInterpolateNearest() local
358 T* pixel_ptr = (*this)[y]; in DownsampleInterpolateLinear() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear_llvm.c492 LLVMValueRef buf, elem, result, pixel_ptr; in llvmpipe_fs_variant_linear_llvm() local
/aosp_15_r20/external/libvpx/test/
H A Dpp_filter_test.cc112 uint8_t *pixel_ptr = dst_image.TopLeftPixel(); in TEST_P() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp4673 const unsigned char *pixel_ptr = row_ptr + x * 4 /* RGBA */; in executeTest() local
H A Dgl4cShaderSubroutineTests.cpp9376 const float *pixel_ptr = row_ptr + 4 /* rgba */ * x; in verifyRenderedData() local
H A Dgl4cGPUShaderFP64Tests.cpp9279 const unsigned char *pixel_ptr = row_ptr + 4 /* rgba */ * x; in executeFunctionalTest() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp10347 const PixelData *pixel_ptr = pixels[n_pixel]; in getRawDataFromPixelData() local