/aosp_15_r20/external/webp/src/dsp/ |
H A D | lossless_neon.c | 30 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGBA_NEON() 45 int num_pixels, uint8_t* dst) { in ConvertBGRAToBGR_NEON() 57 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGB_NEON() 75 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGBA_NEON() 93 int num_pixels, uint8_t* dst) { in ConvertBGRAToBGR_NEON() 120 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGB_NEON() 212 int num_pixels, uint32_t* out) { in PredictorAdd0_NEON() 225 int num_pixels, uint32_t* out) { in PredictorAdd1_NEON() 279 int num_pixels, uint32_t* out) { in PredictorAdd5_NEON() 304 int num_pixels, uint32_t* out) { in PredictorAdd6_NEON() [all …]
|
H A D | lossless.c | 185 int num_pixels, uint32_t* out) { in PredictorAdd0_C() 191 int num_pixels, uint32_t* out) { in PredictorAdd1_C() 261 void VP8LAddGreenToBlueAndRed_C(const uint32_t* src, int num_pixels, in VP8LAddGreenToBlueAndRed_C() 287 const uint32_t* src, int num_pixels, in VP8LTransformColorInverse_C() 445 int num_pixels, uint8_t* dst) { in VP8LConvertBGRAToRGB_C() 456 int num_pixels, uint8_t* dst) { in VP8LConvertBGRAToRGBA_C() 468 int num_pixels, uint8_t* dst) { in VP8LConvertBGRAToRGBA4444_C() 485 int num_pixels, uint8_t* dst) { in VP8LConvertBGRAToRGB565_C() 502 int num_pixels, uint8_t* dst) { in VP8LConvertBGRAToBGR_C() 512 static void CopyOrSwap(const uint32_t* src, int num_pixels, uint8_t* dst, in CopyOrSwap() [all …]
|
H A D | lossless_mips_dsp_r2.c | 240 static void AddGreenToBlueAndRed_MIPSdspR2(const uint32_t* src, int num_pixels, in AddGreenToBlueAndRed_MIPSdspR2() 298 const uint32_t* src, int num_pixels, in TransformColorInverse_MIPSdspR2() 369 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGB_MIPSdspR2() 421 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGBA_MIPSdspR2() 471 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGBA4444_MIPSdspR2() 545 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGB565_MIPSdspR2() 623 int num_pixels, uint8_t* dst) { in ConvertBGRAToBGR_MIPSdspR2()
|
H A D | lossless_sse2.c | 189 int num_pixels, uint32_t* out) { in PredictorAdd0_SSE2() 205 int num_pixels, uint32_t* out) { in PredictorAdd1_SSE2() 347 int num_pixels, uint32_t* out) { in PredictorAdd11_SSE2() 398 int num_pixels, uint32_t* out) { in PredictorAdd12_SSE2() 458 int num_pixels, uint32_t* dst) { in TransformColorInverse_SSE2() 493 static void ConvertBGRAToRGB_SSE2(const uint32_t* src, int num_pixels, in ConvertBGRAToRGB_SSE2() 530 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGBA_SSE2() 558 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGBA4444_SSE2() 594 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGB565_SSE2() 635 int num_pixels, uint8_t* dst) { in ConvertBGRAToBGR_SSE2()
|
H A D | lossless_msa.c | 113 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGBA_MSA() 154 int num_pixels, uint8_t* dst) { in ConvertBGRAToBGR_MSA() 201 int num_pixels, uint8_t* dst) { in ConvertBGRAToRGB_MSA() 247 static void AddGreenToBlueAndRed_MSA(const uint32_t* const src, int num_pixels, in AddGreenToBlueAndRed_MSA() 290 const uint32_t* src, int num_pixels, in TransformColorInverse_MSA()
|
H A D | lossless_enc_sse2.c | 30 int num_pixels) { in SubtractGreenFromBlueAndRed_SSE2() 53 uint32_t* argb_data, int num_pixels) { in TransformColor_SSE2() 428 int num_pixels, uint32_t* out) { in PredictorSub0_SSE2() 467 int num_pixels, uint32_t* out) { in PredictorSub5_SSE2() 511 int num_pixels, uint32_t* out) { in PredictorSub10_SSE2() 546 int num_pixels, uint32_t* out) { in PredictorSub11_SSE2() 572 int num_pixels, uint32_t* out) { in PredictorSub12_SSE2() 601 int num_pixels, uint32_t* out) { in PredictorSub13_SSE2()
|
H A D | lossless_sse41.c | 25 int num_pixels, uint32_t* dst) { in TransformColorInverse_SSE41() 80 static void ConvertBGRAToRGB_SSE41(const uint32_t* src, int num_pixels, in ConvertBGRAToRGB_SSE41() 99 int num_pixels, uint8_t* dst) { in ConvertBGRAToBGR_SSE41()
|
H A D | lossless_enc.c | 522 void VP8LSubtractGreenFromBlueAndRed_C(uint32_t* argb_data, int num_pixels) { in VP8LSubtractGreenFromBlueAndRed_C() 542 int num_pixels) { in VP8LTransformColor_C() 730 int num_pixels, uint32_t* out) { in PredictorSub0_C() 737 int num_pixels, uint32_t* out) { in PredictorSub1_C()
|
H A D | lossless_enc_neon.c | 56 int num_pixels) { in SubtractGreenFromBlueAndRed_NEON() 76 uint32_t* argb_data, int num_pixels) { in TransformColor_NEON()
|
H A D | lossless_enc_msa.c | 52 int num_pixels) { in TransformColor_MSA() 98 int num_pixels) { in SubtractGreenFromBlueAndRed_MSA()
|
H A D | lossless_enc_mips_dsp_r2.c | 22 int num_pixels) { in SubtractGreenFromBlueAndRed_MIPSdspR2() 82 uint32_t* data, int num_pixels) { in TransformColor_MIPSdspR2()
|
H A D | upsampling_sse41.c | 98 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \ argument
|
H A D | upsampling_sse2.c | 96 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \ argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | convert.cc | 244 const int num_pixels = shape.h * shape.w; in ConvertToPHWC4() local 293 const int num_pixels = shape.h * shape.w; in ConvertToPHWC4Half() local 419 const int num_pixels = shape.h * shape.w; in ConvertFromPHWC4() local 461 const int num_pixels = shape.h * shape.w; in ConvertFromPHWC4Half() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/SVM/ |
H A D | test_fine_grain_memory_consistency.cpp | 68 …eWrapper* queues, clKernelWrapper &kernel, cl_uint num_devices, cl_uint numBins, size_t num_pixels) in launch_kernels_and_verify() 164 size_t num_pixels = num_elements; in test_svm_fine_grain_memory_consistency() local
|
H A D | test_fine_grain_sync_buffers.cpp | 62 size_t num_pixels = num_elements; in test_svm_fine_grain_sync_buffers() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | var_based_part.c | 438 int num_pixels, bool is_segment_id_boosted, int source_sad_nonrd, in tune_thresh_based_on_qindex() 537 int num_pixels) { in set_vbp_thresholds_key_frame() 563 int current_qindex, int source_sad_rd, int num_pixels) { in tune_thresh_based_on_resolution() 631 int num_pixels) { in tune_base_thresh_content() 666 const int num_pixels = cm->width * cm->height; in set_vbp_thresholds() local
|
/aosp_15_r20/external/libgav1/src/tile/ |
H A D | prediction.cc | 443 const int num_pixels = std::min(width, max_x - x + 1) + in DirectionalPrediction() local 452 const int num_pixels = std::min(height, max_y - y + 1) + in DirectionalPrediction() local 460 const int num_pixels = width + ((prediction_angle < 90) ? height : 0); in DirectionalPrediction() local 466 const int num_pixels = height + ((prediction_angle > 180) ? width : 0); in DirectionalPrediction() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | av1_horz_only_frame_superres_test.cc | 93 void FillEdge(ACMRandom *rnd, int num_pixels, int bd, bool trash, Pixel *data) { in FillEdge() 137 const int num_pixels = dst_block_size(); in Check() local
|
H A D | av1_convolve_scale_test.cc | 96 void FillEdge(ACMRandom *rnd, int num_pixels, int bd, bool trash, Pixel *data) { in FillEdge() 142 const int num_pixels = dst_block_size(); in Check() local
|
/aosp_15_r20/external/libgav1/src/post_filter/ |
H A D | post_filter.cc | 318 const int num_pixels = SubsampledValue(MultiplyBy4(frame_header_.columns4x4), in CopyDeblockedPixels() local 437 const int num_pixels = in SetupLoopRestorationBorder() local
|
/aosp_15_r20/external/webp/src/demux/ |
H A D | anim_decode.c | 259 const uint32_t* const dst, int num_pixels) { in BlendPixelRowNonPremult() 286 int num_pixels) { in BlendPixelRowPremult()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/av1/ |
H A D | av1_svc_config.cc | 108 const int num_pixels = spatial_layer.width * spatial_layer.height; in SetAv1SvcConfig() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_image_external.cpp | 121 size_t num_pixels = dim_x * dim_y; in load_png_with_wuffs() local
|
/aosp_15_r20/external/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_perf.c | 151 unsigned num_pixels = 0; in fimg2d_perf_multi() local
|