Home
last modified time | relevance | path

Searched refs:u_temp (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
D012v.c73 uint16_t u_temp[3] = {0x8000, 0x8000, 0x8000}; in zero12v_decode_frame() local
85 u = u_temp; in zero12v_decode_frame()
134 memcpy(u, u_temp, sizeof(*u) * (width - x + 1) / 2); in zero12v_decode_frame()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc446 uint64_t u_temp = 0; in BytesLittleToMinIntType() local
448 u_temp = (u_temp << kBitsOfByte) + in BytesLittleToMinIntType()
455 i_out = (int8_t)(u_temp & std::numeric_limits<uint8_t>::max()); in BytesLittleToMinIntType()
459 i_out = (int16_t)(u_temp & std::numeric_limits<uint16_t>::max()); in BytesLittleToMinIntType()
463 i_out = (int32_t)(u_temp & std::numeric_limits<uint32_t>::max()); in BytesLittleToMinIntType()
467 i_out = (int64_t)(u_temp & std::numeric_limits<uint64_t>::max()); in BytesLittleToMinIntType()
/third_party/ffmpeg/libswscale/
Dswscale_internal.h484 DECLARE_ALIGNED(8, uint64_t, u_temp);
/third_party/ffmpeg/libswscale/x86/
Dswscale_template.c826 c->u_temp=(intptr_t)abuf0; in RENAME()