/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_mips_dsp_r2.c | 57 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformAC3() local 71 CONVERT_2_BYTES_TO_HALF(temp13, temp14, temp3, temp15, temp5, temp16, in TransformAC3() 75 STORE_SAT_SUM_X2(temp13, temp14, temp3, temp15, temp5, temp16, temp11, in TransformAC3() 88 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformOne() local 107 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17, in TransformOne() 109 temp15, temp4, temp16, temp17) in TransformOne() 117 SRA_16(temp13, temp14, temp15, temp16, temp3, temp4, temp17, temp8) in TransformOne() 127 MUL_SHIFT_SUM(temp6, temp8, temp18, temp17, temp11, temp15, temp12, temp16, in TransformOne() 128 temp8, temp15, temp6, temp11, temp12, temp16, temp10, temp14, in TransformOne() 129 temp18, temp12, temp17, temp16) in TransformOne() [all …]
|
D | enc_mips_dsp_r2.c | 72 [temp14]"=&r"(temp14), [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), \ 149 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPSdspR2() local 177 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in ITransformOne() local 196 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17, in ITransformOne() 198 temp15, temp4, temp16, temp17) in ITransformOne() 206 SRA_16(temp13, temp14, temp15, temp16, temp3, temp4, temp17, temp8) in ITransformOne() 216 MUL_SHIFT_SUM(temp6, temp8, temp18, temp17, temp11, temp15, temp12, temp16, in ITransformOne() 217 temp8, temp15, temp6, temp11, temp12, temp16, temp10, temp14, in ITransformOne() 218 temp18, temp12, temp17, temp16) in ITransformOne() 222 temp16, temp2, temp4, temp5, temp7, temp3, temp1, temp8, in ITransformOne() [all …]
|
D | enc_mips32.c | 121 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; in ITransformOne_MIPS32() local 141 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in ITransformOne_MIPS32() 485 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPS32() local 508 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in FTransform_MIPS32()
|
D | dec_mips32.c | 222 int temp15, temp16, temp17, temp18; in TransformOne() local 544 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in TransformOne()
|
D | mips_macro.h | 197 [temp14]"=&r"(temp14), [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), \
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aacdec_mips.h | 183 float temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17; in VMUL4S_mips() local 236 [temp15]"=&f"(temp15), [temp16]"=&f"(temp16), in VMUL4S_mips()
|
D | aacsbr_mips.h | 165 float temp14, temp15, temp16, temp17, temp18, temp19; in sbr_qmf_synthesis_mips() local 466 [temp15]"=&f"(temp15), [temp16]"=&f"(temp16), [temp17]"=&f"(temp17), in sbr_qmf_synthesis_mips()
|
D | fft_mips.c | 336 temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in ff_imdct_half_mips() local 453 [temp15]"=&f"(temp15), [temp16]"=&f"(temp16) in ff_imdct_half_mips() 466 z1[0].im = temp16; in ff_imdct_half_mips()
|
/third_party/ffmpeg/libavcodec/ |
D | huffyuv.c | 66 s->temp16[i] = (uint16_t*)s->temp[i]; in ff_huffyuv_alloc_temp() 92 s->temp16[i] = NULL; in ff_huffyuv_common_end()
|
D | huffyuvdec.c | 698 READ_2PIX_PLANE(s->temp16[0][2 * i], s->temp16[0][2 * i + 1], plane, OP14bits); in decode_plane_bitstream() 702 READ_2PIX_PLANE(s->temp16[0][2 * i], s->temp16[0][2 * i + 1], plane, OP14bits); in decode_plane_bitstream() 710 VLC_INTERN(s->temp16[0][width-1], s->vlc[plane].table, in decode_plane_bitstream() 717 READ_2PIX_PLANE16(s->temp16[0][2 * i], s->temp16[0][2 * i + 1], plane); in decode_plane_bitstream() 721 READ_2PIX_PLANE16(s->temp16[0][2 * i], s->temp16[0][2 * i + 1], plane); in decode_plane_bitstream() 726 s->temp16[0][width-1] = dst + get_bits(&s->gb, 2); in decode_plane_bitstream()
|
D | huffyuv.h | 81 uint16_t *temp16[3]; ///< identical to temp but 16bit type member
|
D | huffyuvenc.c | 506 int y0 = s->temp16[0][width-1] & mask; in encode_plane_bitstream() 508 int y0 = s->temp16[0][width-1]; in encode_plane_bitstream() 523 int y0 = s->temp16[0][2 * i] & mask;\ in encode_plane_bitstream() 524 int y1 = s->temp16[0][2 * i + 1] & mask; in encode_plane_bitstream() 526 int y0 = s->temp16[0][2 * i];\ in encode_plane_bitstream() 527 int y1 = s->temp16[0][2 * i + 1]; in encode_plane_bitstream()
|
/third_party/gptfdisk/ |
D | bsd.cc | 75 uint16_t* temp16; in ReadBSDData() local 121 temp16 = (uint16_t*) &buffer[labelStart + 138]; in ReadBSDData() 122 numParts = *temp16; in ReadBSDData()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 1297 unsigned short temp16 = 0; in fillInputData() local 1302 temp16 = (unsigned short)((temp32_2 >> 31) << 5); in fillInputData() 1306 temp16 = (unsigned short)((temp16 | temp16_2) << 10); in fillInputData() 1308 temp16 = (unsigned short)(temp16 | (temp32_2 & 0x3ff)); in fillInputData() 1312 *pointer++ = temp16; in fillInputData()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | private-lib-secure-streams.h | 179 int16_t temp16; member 342 int16_t temp16; member
|