Searched refs:VP8GetCPUInfo (Results 1 - 14 of 14) sorted by relevance

/external/webp/src/dsp/
H A Dcost.c385 if (cost_last_cpuinfo_used == VP8GetCPUInfo) return;
391 if (VP8GetCPUInfo != NULL) {
393 if (VP8GetCPUInfo(kMIPS32)) {
398 if (VP8GetCPUInfo(kMIPSdspR2)) {
403 if (VP8GetCPUInfo(kSSE2)) {
409 cost_last_cpuinfo_used = VP8GetCPUInfo;
H A Dupsampling.c225 if (upsampling_last_cpuinfo_used1 == VP8GetCPUInfo) return;
239 if (VP8GetCPUInfo != NULL) {
241 if (VP8GetCPUInfo(kSSE2)) {
246 if (VP8GetCPUInfo(kMIPSdspR2)) {
251 upsampling_last_cpuinfo_used1 = VP8GetCPUInfo;
266 if (upsampling_last_cpuinfo_used2 == VP8GetCPUInfo) return;
284 if (VP8GetCPUInfo != NULL) {
286 if (VP8GetCPUInfo(kSSE2)) {
291 if (VP8GetCPUInfo(kMIPSdspR2)) {
296 if (VP8GetCPUInfo(kMS
[all...]
H A Dyuv.c81 if (yuv_last_cpuinfo_used == VP8GetCPUInfo) return;
96 if (VP8GetCPUInfo != NULL) {
98 if (VP8GetCPUInfo(kSSE2)) {
103 if (VP8GetCPUInfo(kMIPS32)) {
108 if (VP8GetCPUInfo(kMIPSdspR2)) {
113 yuv_last_cpuinfo_used = VP8GetCPUInfo;
266 if (rgba_to_yuv_last_cpuinfo_used == VP8GetCPUInfo) return;
282 if (VP8GetCPUInfo != NULL) {
284 if (VP8GetCPUInfo(kSSE2)) {
293 (VP8GetCPUInfo !
[all...]
H A Drescaler.c211 if (rescaler_last_cpuinfo_used == VP8GetCPUInfo) return;
221 if (VP8GetCPUInfo != NULL) {
223 if (VP8GetCPUInfo(kSSE2)) {
228 if (VP8GetCPUInfo(kMIPS32)) {
233 if (VP8GetCPUInfo(kMIPSdspR2)) {
238 if (VP8GetCPUInfo(kMSA)) {
246 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) {
256 rescaler_last_cpuinfo_used = VP8GetCPUInfo;
H A Dcpu.c170 VP8CPUInfo VP8GetCPUInfo = x86CPUInfo; variable
181 VP8CPUInfo VP8GetCPUInfo = AndroidCPUInfo; variable
208 VP8CPUInfo VP8GetCPUInfo = armCPUInfo; variable
219 VP8CPUInfo VP8GetCPUInfo = mipsCPUInfo; variable
221 VP8CPUInfo VP8GetCPUInfo = NULL; variable
H A Dfilters.c245 if (filters_last_cpuinfo_used == VP8GetCPUInfo) return;
261 if (VP8GetCPUInfo != NULL) {
263 if (VP8GetCPUInfo(kSSE2)) {
268 if (VP8GetCPUInfo(kMIPSdspR2)) {
273 if (VP8GetCPUInfo(kMSA)) {
281 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) {
293 filters_last_cpuinfo_used = VP8GetCPUInfo;
H A Dssim.c146 if (ssim_last_cpuinfo_used == VP8GetCPUInfo) return;
157 if (VP8GetCPUInfo != NULL) {
159 if (VP8GetCPUInfo(kSSE2)) {
165 ssim_last_cpuinfo_used = VP8GetCPUInfo;
H A Dalpha_processing.c402 if (alpha_processing_last_cpuinfo_used == VP8GetCPUInfo) return;
421 if (VP8GetCPUInfo != NULL) {
423 if (VP8GetCPUInfo(kSSE2)) {
426 if (VP8GetCPUInfo(kSSE4_1)) {
433 if (VP8GetCPUInfo(kMIPSdspR2)) {
441 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) {
458 alpha_processing_last_cpuinfo_used = VP8GetCPUInfo;
H A Denc.c747 if (enc_last_cpuinfo_used == VP8GetCPUInfo) return;
781 if (VP8GetCPUInfo != NULL) {
783 if (VP8GetCPUInfo(kSSE2)) {
786 if (VP8GetCPUInfo(kSSE4_1)) {
793 if (VP8GetCPUInfo(kAVX2)) {
798 if (VP8GetCPUInfo(kMIPS32)) {
803 if (VP8GetCPUInfo(kMIPSdspR2)) {
808 if (VP8GetCPUInfo(kMSA)) {
816 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEO
[all...]
H A Dlossless_enc.c870 if (lossless_enc_last_cpuinfo_used == VP8GetCPUInfo) return;
933 if (VP8GetCPUInfo != NULL) {
935 if (VP8GetCPUInfo(kSSE2)) {
938 if (VP8GetCPUInfo(kSSE4_1)) {
945 if (VP8GetCPUInfo(kMIPS32)) {
950 if (VP8GetCPUInfo(kMIPSdspR2)) {
955 if (VP8GetCPUInfo(kMSA)) {
963 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) {
1015 lossless_enc_last_cpuinfo_used = VP8GetCPUInfo;
[all...]
H A Dlossless.c603 if (lossless_last_cpuinfo_used == VP8GetCPUInfo) return;
627 if (VP8GetCPUInfo != NULL) {
629 if (VP8GetCPUInfo(kSSE2)) {
634 if (VP8GetCPUInfo(kMIPSdspR2)) {
639 if (VP8GetCPUInfo(kMSA)) {
647 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) {
662 lossless_last_cpuinfo_used = VP8GetCPUInfo;
H A Ddec.c748 if (dec_last_cpuinfo_used == VP8GetCPUInfo) return;
814 if (VP8GetCPUInfo != NULL) {
816 if (VP8GetCPUInfo(kSSE2)) {
819 if (VP8GetCPUInfo(kSSE4_1)) {
826 if (VP8GetCPUInfo(kMIPS32)) {
831 if (VP8GetCPUInfo(kMIPSdspR2)) {
836 if (VP8GetCPUInfo(kMSA)) {
844 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) {
893 dec_last_cpuinfo_used = VP8GetCPUInfo;
[all...]
H A Ddsp.h183 WEBP_EXTERN VP8CPUInfo VP8GetCPUInfo; variable
/external/webp/src/dec/
H A Dvp8_dec.c496 if (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kSlowSSSE3)) {

Completed in 390 milliseconds