Home
last modified time | relevance | path

Searched refs:t32 (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dfitsdec.c60 int32_t t32; in fill_data_min_max() local
89 CASE_N(32, t32, AV_RB32(ptr8)); in fill_data_min_max()
190 int32_t t32; in fits_decode_frame() local
251 t32 = dref(ptr8); \ in fits_decode_frame()
252 if (!header.blank_found || t32 != header.blank) { \ in fits_decode_frame()
253 t = t32 * header.bscale + header.bzero; \ in fits_decode_frame()
296 CASE_GRAY(32, dst16, uint16_t, t32, AV_RB32(ptr8)); in fits_decode_frame()
H A Dmfenc.c242 UINT32 t32; in mf_sample_to_avpacket() local
268 hr = IMFAttributes_GetUINT32(sample, &MFSampleExtension_CleanPoint, &t32); in mf_sample_to_avpacket()
269 if (c->is_audio || (!FAILED(hr) && t32 != 0)) in mf_sample_to_avpacket()
/third_party/libsnd/src/
H A Dtest_conversions.c53 int i32 = 0x0a0b0c0d, t32 = 0 ; in conversion_test() local
87 bytes = psf_binheader_readf (psf, format_str, &t8, &t16, &t24, &t32, &t64) ; in conversion_test()
99 cmp_test (__LINE__, i32, t32, "\n\nLine %d : 32 bit int failed 0x%x -> 0x%x.\n\n") ; in conversion_test()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_resample.cpp229 real64 t32 = 0.0; in Initialize() local
240 t32 += w32 [j]; in Initialize()
246 real32 s32 = (real32) (1.0 / t32); in Initialize()
389 real64 t32 = 0.0; in Initialize() local
425 t32 += w32 [index]; in Initialize()
435 const real32 s32 = (real32) (1.0 / t32); in Initialize()
/third_party/typescript/tests/baselines/reference/
H A DunionsOfTupleTypes1.js46 let t32 = t3[2]; // number
87 var t32 = t3[2]; // number
/third_party/FreeBSD/lib/msun/ld128/
H A De_lgammal_r.c102 t32 = 1.37790144435073124976696250804940384e-07L; variable
286 y*(t31+y*t32)))))))))))))))))))))))))))))); in lgammal_r()
/third_party/ffmpeg/libavcodec/mips/
H A Dvp8dsp_mmi.c1011 int t00, t01, t02, t03, t10, t11, t12, t13, t20, t21, t22, t23, t30, t31, t32, t33; in ff_vp8_luma_dc_wht_mmi()
1031 t32 = dc[7] - dc[11]; in ff_vp8_luma_dc_wht_mmi()
1041 dc[ 7] = t33 + t32; in ff_vp8_luma_dc_wht_mmi()
1051 dc[15] = t33 - t32; in ff_vp8_luma_dc_wht_mmi()

Completed in 11 milliseconds