Searched refs:VP8CollectHistogram (Results 1 - 8 of 8) sorted by relevance

/external/webp/src/enc/
H A Danalysis_enc.c252 VP8CollectHistogram(it->yuv_in_ + Y_OFF_ENC,
309 VP8CollectHistogram(src, it->yuv_p_ + VP8I4ModeOffsets[mode],
343 VP8CollectHistogram(it->yuv_in_ + U_OFF_ENC,
/external/webp/src/dsp/
H A Denc.c714 VP8CHisto VP8CollectHistogram; variable
759 VP8CollectHistogram = CollectHistogram_C;
826 assert(VP8CollectHistogram != NULL);
H A Ddsp.h261 extern VP8CHisto VP8CollectHistogram;
262 // General-purpose util function to help VP8CollectHistogram().
H A Denc_sse41.c327 VP8CollectHistogram = CollectHistogram_SSE41;
H A Denc_neon.c921 VP8CollectHistogram = CollectHistogram_NEON;
H A Denc_mips_dsp_r2.c1510 VP8CollectHistogram = CollectHistogram_MIPSdspR2;
H A Denc_msa.c876 VP8CollectHistogram = CollectHistogram_MSA;
H A Denc_sse2.c1357 VP8CollectHistogram = CollectHistogram_SSE2;

Completed in 252 milliseconds