Home
last modified time | relevance | path

Searched refs:v_temp (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
D012v.c74 uint16_t v_temp[3] = {0x8000, 0x8000, 0x8000}; in zero12v_decode_frame() local
86 v = v_temp; in zero12v_decode_frame()
135 memcpy(v, v_temp, sizeof(*v) * (width - x + 1) / 2); in zero12v_decode_frame()
/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc634 IntVec v_temp(v_in); in TEST() local
635 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() local
649 auto* old_data = v_temp.data(); in TEST()
650 v_out = std::move(v_temp); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_test.cc634 IntVec v_temp(v_in); in TEST() local
635 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() local
649 auto* old_data = v_temp.data(); in TEST()
650 v_out = std::move(v_temp); in TEST()
/third_party/ffmpeg/libpostproc/
Dpostprocess_altivec_template.c944 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()
/third_party/ffmpeg/libswscale/
Dswscale_internal.h485 DECLARE_ALIGNED(8, uint64_t, v_temp);
/third_party/ffmpeg/libswscale/x86/
Dswscale_template.c827 c->v_temp=(intptr_t)abuf1; in RENAME()