Searched refs:u_temp (Results 1 – 4 of 4) sorted by relevance
73 uint16_t u_temp[3] = {0x8000, 0x8000, 0x8000}; in zero12v_decode_frame() local85 u = u_temp; in zero12v_decode_frame()134 memcpy(u, u_temp, sizeof(*u) * (width - x + 1) / 2); in zero12v_decode_frame()
446 uint64_t u_temp = 0; in BytesLittleToMinIntType() local448 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()
484 DECLARE_ALIGNED(8, uint64_t, u_temp);
826 c->u_temp=(intptr_t)abuf0; in RENAME()