Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/helpers/
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()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage-inl.h293 T* pixel_ptr = (*this)[y]; in DownsampleInterpolateNearest() local
358 T* pixel_ptr = (*this)[y]; in DownsampleInterpolateLinear() local
/external/libvpx/test/
Dpp_filter_test.cc112 uint8_t *pixel_ptr = dst_image.TopLeftPixel(); in TEST_P() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp4674 const unsigned char* pixel_ptr = row_ptr + x * 4 /* RGBA */; in executeTest() local
Dgl4cShaderSubroutineTests.cpp9350 const float* pixel_ptr = row_ptr + 4 /* rgba */ * x; in verifyRenderedData() local
Dgl4cGPUShaderFP64Tests.cpp9185 const unsigned char* pixel_ptr = row_ptr + 4 /* rgba */ * x; in executeFunctionalTest() local
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp8431 const PixelData* pixel_ptr = pixels[n_pixel]; in getRawDataFromPixelData() local