Searched refs:tempA (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | mpegvideodsp.c | 54 register vector unsigned short tempA = in gmc1_altivec() local 56 register vector unsigned short Av = vec_splat(tempA, 0); in gmc1_altivec() 57 register vector unsigned short Bv = vec_splat(tempA, 1); in gmc1_altivec() 58 register vector unsigned short Cv = vec_splat(tempA, 2); in gmc1_altivec() 59 register vector unsigned short Dv = vec_splat(tempA, 3); in gmc1_altivec() 106 tempA = vec_mladd((vector unsigned short) srcvA, Av, rounderV); in gmc1_altivec() 107 tempB = vec_mladd((vector unsigned short) srcvB, Bv, tempA); in gmc1_altivec()
|
/third_party/lzma/CPP/Common/ |
H A D | StdOutStream.cpp | 113 void CStdOutStream::NormalizePrint_UString(const UString &s, UString &tempU, AString &tempA)
in NormalizePrint_UString() argument 117 PrintUString(tempU, tempA);
in NormalizePrint_UString() 129 AString tempA;
in NormalizePrint_wstr() local 130 PrintUString(tempU, tempA);
in NormalizePrint_wstr()
|
H A D | StdOutStream.h | 68 void NormalizePrint_UString(const UString &s, UString &tempU, AString &tempA);
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 1035 vector unsigned char tempA = vec_mergeh(src0, zero); in transpose_16x8_char_toPackedAlign_altivec() local 1052 vector unsigned char temp0 = vec_mergeh(tempA, tempI); in transpose_16x8_char_toPackedAlign_altivec() 1053 vector unsigned char temp1 = vec_mergel(tempA, tempI); in transpose_16x8_char_toPackedAlign_altivec() 1069 tempA = vec_mergeh(temp0, temp8); in transpose_16x8_char_toPackedAlign_altivec() 1086 temp0 = vec_mergeh(tempA, tempI); in transpose_16x8_char_toPackedAlign_altivec() 1087 temp1 = vec_mergel(tempA, tempI); in transpose_16x8_char_toPackedAlign_altivec() 1139 vector unsigned char tempA = vec_mergeh(src0, src8); in transpose_8x16_char_fromPackedAlign_altivec() local 1152 vector unsigned char temp0 = vec_mergeh(tempA, tempI); in transpose_8x16_char_fromPackedAlign_altivec() 1153 vector unsigned char temp1 = vec_mergel(tempA, tempI); in transpose_8x16_char_fromPackedAlign_altivec() 1165 tempA in transpose_8x16_char_fromPackedAlign_altivec() [all...] |
/third_party/skia/src/gpu/ |
H A D | SurfaceContext.cpp | 1123 // pass B is moved to A. If 'this' is the input on the first pass then tempA is null. in rescaleInto() 1124 std::unique_ptr<skgpu::SurfaceFillContext> tempA; in rescaleInto() local 1157 tempA = std::move(linearRTC); in rescaleInto() 1175 auto input = tempA ? tempA.get() : this; in rescaleInto() 1228 tempA = std::move(tempB); in rescaleInto()
|
Completed in 7 milliseconds