Home
last modified time | relevance | path

Searched refs:vu (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c693 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_full_2_vsx_template() local
748 SETUP(vu, &ubuf0[i], vuvalpha1, &ubuf1[i], vuvalpha); in yuv2rgb_full_2_vsx_template()
815 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_2_vsx_template() local
878 SETUP(vu, &ubuf0[i], vuvalpha1, &ubuf1[i], vuvalpha); in yuv2rgb_2_vsx_template()
986 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_full_1_vsx_template() local
1039 vu = vec_ld(0, &ubuf0[i]); in yuv2rgb_full_1_vsx_template()
1042 vu = (vec_s16) vec_sub((vec_u16) vu, sub7); in yuv2rgb_full_1_vsx_template()
1045 tmp32 = vec_mule(vu, mul4); in yuv2rgb_full_1_vsx_template()
1046 tmp32_2 = vec_mulo(vu, mul in yuv2rgb_full_1_vsx_template()
1115 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; yuv2rgb_1_vsx_template() local
1366 write422(const vec_s16 vy1, const vec_s16 vy2, const vec_s16 vu, const vec_s16 vv, uint8_t *dest, const enum AVPixelFormat target) write422() argument
1436 vec_s16 vy1, vy2, vu, vv; yuv2422_X_vsx_template() local
1547 vec_s16 vy1, vy2, vu, vv; yuv2422_2_vsx_template() local
1576 vec_s16 vy1, vy2, vu, vv, tmp; yuv2422_1_vsx_template() local
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dvaliditygenerator.py998 vu = ('The pname:' +
1009 vu = (vu +
1013 validity.addValidityEntry(vu, anchor = anchor )
/third_party/ffmpeg/libavfilter/
H A Davf_showcqt.c815 uint8_t *vy = out->data[0], *vu = out->data[1], *vv = out->data[2]; in draw_bar_yuv() local
824 lpu = vu + yh * lsu; in draw_bar_yuv()
840 lpu = vu + (y+1) * lsu; in draw_bar_yuv()
967 uint8_t *vy = out->data[0], *vu = out->data[1], *vv = out->data[2]; in draw_axis_yuv() local
976 lpu = vu + (offh + yh) * lsu; in draw_axis_yuv()
1002 lpu = vu + (off + y + 1) * lsu; in draw_axis_yuv()
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DMakefile246 ADOCVUEXTS = -r $(CONFIGS)/vu-to-json.rb -r $(CONFIGS)/quiet-include-failure.rb
251 ADOCVUOPTS = $(ADOCVUEXTS) -a vuprefix=vu- -a attribute-missing=skip
/third_party/json/tests/src/
H A Dunit-bjdata.cpp2751 std::vector<uint8_t> vu = {'[', '#', 'u'}; variable
2752 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vu), "[json.exception.parse_error.110] parse error at byte 4: syntax error while parsing BJData number: unexpected end of input", json::parse_error&);
2753 CHECK(json::from_bjdata(vu, true, false).is_discarded());
2779 std::vector<uint8_t> vu = {'[', '#', 'u'}; variable
2780 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vu), "[json.exception.parse_error.113] parse error at byte 3: syntax error while parsing UBJSON size: expected length type specification (U, i, I, l, L) after '#'; last byte: 0x75", json::parse_error&);
2781 CHECK(json::from_ubjson(vu, true, false).is_discarded());
2859 std::vector<uint8_t> vu = {'[', '$', 'i', '#', '[', '$', 'i', '#', 'u', 1, 0}; variable
2860 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vu), "[json.exception.parse_error.110] parse error at byte 12: syntax error while parsing BJData number: unexpected end of input", json::parse_error&);
2861 CHECK(json::from_bjdata(vu, true, false).is_discarded());
/third_party/ffmpeg/libavcodec/
H A Dvp3.c1662 int vl, vul, vu, vur; in reverse_dc_prediction() local
1718 vu = in reverse_dc_prediction()
1744 vu = DC_COEFF(u); in reverse_dc_prediction()
1769 (predictor_transform[transform][1] * vu) + in reverse_dc_prediction()
1778 if (FFABS(predicted_dc - vu) > 128) in reverse_dc_prediction()
1779 predicted_dc = vu; in reverse_dc_prediction()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp857 unsigned short vu = *(unsigned short*)element; in read() local
859 r = ((int)(vu & 0x00FF) << 24) * (1.0f / 0x7F000000); in read()
860 g = ((int)(vu & 0xFF00) << 16) * (1.0f / 0x7F000000); in read()
903 unsigned int vu = *(unsigned int*)element; in read() local
905 r = ((int)(vu & 0x0000FFFF) << 16) * (1.0f / 0x7FFF0000); in read()
906 g = ((int)(vu & 0xFFFF0000) << 0) * (1.0f / 0x7FFF0000); in read()
/third_party/sqlite/src/
H A Dsqlite3.c179980 sqlite_uint64 vu = v; global() local
[all...]

Completed in 154 milliseconds