Searched refs:Ed (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp3dsp.c | 56 int Ed, Gd, Add, Bdd, Fd, Hd; in idct() local 82 Ed = E - G; in idct() 98 ip[3 * 8] = Ed + Dd; in idct() 99 ip[4 * 8] = Ed - Dd; in idct() 136 Ed = E - G; in idct() 153 dst[3 * stride] = av_clip_uint8((Ed + Dd) >> 4); in idct() 154 dst[4 * stride] = av_clip_uint8((Ed - Dd) >> 4); in idct() 165 dst[3 * stride] = av_clip_uint8(dst[3 * stride] + ((Ed + Dd) >> 4)); in idct() 166 dst[4 * stride] = av_clip_uint8(dst[4 * stride] + ((Ed - Dd) >> 4)); in idct() 207 int Ed, G in idct10() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp3dsp_idct_msa.c | 32 v4i32 Ed, Gd, Add, Bdd, Fd, Hd; in idct_msa() local 91 Ed = E - G; in idct_msa() 101 r3_r = Ed + Dd; in idct_msa() 102 r4_r = Ed - Dd; in idct_msa() 119 Ed = E - G; in idct_msa() 129 r3_l = Ed + Dd; in idct_msa() 130 r4_l = Ed - Dd; in idct_msa() 157 Ed = E - G; in idct_msa() 167 E = (Ed + Dd) >> 4; in idct_msa() 168 F = (Ed in idct_msa() [all...] |
H A D | vp3dsp_idct_mmi.c | 89 "pcmpgth %[Ed], %[ftmp10], %[ftmp5] \n\t" in idct_row_mmi() 90 "por %[mask], %[Ed], %[csth_1] \n\t" in idct_row_mmi() 95 "paddh %[D], %[D], %[Ed] \n\t" in idct_row_mmi() 135 "pmullh %[Ed], %[ftmp2], %[mask] \n\t" in idct_row_mmi() 136 "pmulhuh %[Ed], %[ftmp8], %[Ed] \n\t" in idct_row_mmi() 137 "pmullh %[Ed], %[Ed], %[mask] \n\t" in idct_row_mmi() 138 "paddh %[C], %[C], %[Ed] \n\t" in idct_row_mmi() 140 "pcmpgth %[Ed], in idct_row_mmi() [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | vp3dsp_altivec.c | 46 vec_s16 Ed, Gd, Add, Bdd, Fd, Hd;\ 98 Ed = vec_sub(E, G);\ 113 b3 = SHIFT(vec_add(Ed, Dd));\ 114 b4 = SHIFT(vec_sub(Ed, Dd));\
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/ |
H A D | helpers.js | 130 if (/^(?:Ed|X)(?:25519|448)$/.test(key.algorithm.name)) {
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.h | 361 uint32_t Ed = 0; member
|
H A D | UtilsVk.cpp | 1789 shaderParams.Ed = 4 / shaderParams.Bd; in convertVertexBuffer() 1795 shaderParams.outputCount = UnsignedCeilDivide(shaderParams.componentCount, shaderParams.Ed); in convertVertexBuffer() 3033 shaderParams.Ed = 4 / shaderParams.Bd; in copyImageBits() 3039 shaderParams.outputCount = UnsignedCeilDivide(shaderParams.componentCount, shaderParams.Ed); in copyImageBits()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf_16bpp.asm | 223 shl Ed, %3-8 229 movd m1, Ed
|
H A D | vp9lpf.asm | 381 %define Ed dword r2m 578 movd m3, Ed
|
Completed in 12 milliseconds