Searched refs:v_temp (Results 1 – 6 of 6) sorted by relevance
74 uint16_t v_temp[3] = {0x8000, 0x8000, 0x8000}; in zero12v_decode_frame() local86 v = v_temp; in zero12v_decode_frame()135 memcpy(v, v_temp, sizeof(*v) * (width - x + 1) / 2); in zero12v_decode_frame()
634 IntVec v_temp(v_in); in TEST() local635 auto* old_data = v_temp.data(); in TEST()636 IntVec v_out(std::move(v_temp)); in TEST()648 IntVec v_temp(v_in); in TEST() local649 auto* old_data = v_temp.data(); in TEST()650 v_out = std::move(v_temp); in TEST()
944 const vector signed short v_temp = \ in tempNoiseReducer_altivec()946 const vector signed short v_temp2 = vec_add(v_temp, vsint16_4); \ in tempNoiseReducer_altivec()964 const vector signed short v_temp = \ in tempNoiseReducer_altivec()966 const vector signed short v_temp2 = vec_add(v_temp, vsint16_2); \ in tempNoiseReducer_altivec()
485 DECLARE_ALIGNED(8, uint64_t, v_temp);
827 c->v_temp=(intptr_t)abuf1; in RENAME()