/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc.c | 46 VP8SetHistogramData(const int distribution[MAX_COEFF_THRESH + 1], VP8Histogram* const histo) VP8SetHistogramData() argument 62 CollectHistogram_C(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) CollectHistogram_C() argument
|
H A D | lossless_enc_sse2.c | 82 CollectColorBlueTransforms_SSE2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) CollectColorBlueTransforms_SSE2() argument 129 CollectColorRedTransforms_SSE2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_red, int histo[]) CollectColorRedTransforms_SSE2() argument
|
H A D | enc_msa.c | 225 CollectHistogram_MSA(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) CollectHistogram_MSA() argument
|
H A D | enc_neon.c | 717 CollectHistogram_NEON(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) CollectHistogram_NEON() argument
|
H A D | enc_sse2.c | 437 CollectHistogram_SSE2(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) CollectHistogram_SSE2() argument
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | backward_references_cost_enc.c | 65 VP8LHistogram* const histo = VP8LAllocateHistogram(cache_bits); in CostModelBuild() local [all...] |
H A D | backward_references_enc.c | 889 VP8LHistogram* histo = NULL; in GetBackwardReferences() local
|
H A D | histogram_enc.c | 69 void VP8LFreeHistogram(VP8LHistogram* const histo) { in VP8LFreeHistogram() argument 73 void VP8LFreeHistogramSet(VP8LHistogramSet* const histo) { in VP8LFreeHistogramSet() argument 112 VP8LHistogram* histo = NULL; in VP8LAllocateHistogram() local 77 VP8LHistogramStoreRefs(const VP8LBackwardRefs* const refs, VP8LHistogram* const histo) VP8LHistogramStoreRefs() argument 199 VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo, const PixOrCopy* const v, int (*const distance_modifier)(int, int), int distance_modifier_arg0) VP8LHistogramAddSinglePixOrCopy() argument 592 VP8LHistogram* const histo = orig_histograms[i]; HistogramCopyAndAnalyze() local [all...] |
H A D | predictor_enc.c | 482 int histo[4][256]; in VP8LResidualImage() local 544 int histo[256] = { 0 }; in GetPredictionCostCrossColorRed() local 597 int histo[256] = { 0 }; in GetPredictionCostCrossColorBlue() local [all...] |
H A D | vp8l_enc.c | 388 uint32_t* histo; in AnalyzeEntropy() local 704 const VP8LHistogram* const histo = histogram_image->histograms[i]; GetHuffBitLengthsAndCodes() local 746 VP8LHistogram* const histo = histogram_image->histograms[i]; GetHuffBitLengthsAndCodes() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
H A D | binary.c | 818 binary_init_pc_histogram(struct sh_css_pc_histogram *histo) in binary_init_pc_histogram() argument
|