Searched refs:x264 (Results 1 – 25 of 31) sorted by relevance
12
/third_party/ffmpeg/libavutil/x86/ |
D | cpuid.asm | 2 ;* Copyright (C) 2005-2010 x264 project 5 ;* Fiona Glaser <fiona@x264.com>
|
D | x86inc.asm | 4 ;* Copyright (C) 2005-2018 x264 project 9 ;* Fiona Glaser <fiona@x264.com> 28 ; DSP functions that are most often used in x264. 30 ; Unlike the rest of x264, this file is available under an ISC license, as it 31 ; has significant usefulness outside of x264 and we want it to be available 35 ; to x264-devel@videolan.org . 38 %define private_prefix x264 86 ; NOTE: This section is out of sync with x264, in order to 123 ; covers most of x264's asm.
|
D | x86util.asm | 4 ;* Copyright (C) 2008-2010 x264 project
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/ |
D | x86inc.asm | 4 ;* Copyright (C) 2005-2018 x264 project 9 ;* Fiona Glaser <fiona@x264.com> 28 ; DSP functions that are most often used in x264. 30 ; Unlike the rest of x264, this file is available under an ISC license, as it 31 ; has significant usefulness outside of x264 and we want it to be available 35 ; to x264-devel@videolan.org . 86 ; NOTE: This section is out of sync with x264, in order to 123 ; covers most of x264's asm.
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | encodebin.c | 874 GstCaps *ogg, *x264; in GST_START_TEST() local 896 x264 = gst_caps_new_empty_simple ("video/x-h264"); in GST_START_TEST() 899 (GstEncodingProfile *) gst_encoding_video_profile_new (x264, NULL, in GST_START_TEST() 901 gst_caps_unref (x264); in GST_START_TEST()
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 2282 x264 H.264/MPEG-4 AVC encoder wrapper. 2295 options. Additionally the @option{x264opts} and @option{x264-params} 2299 The x264 project website is at 2300 @url{http://www.videolan.org/developers/x264.html}. 2307 x264 supports 8- to 10-bit color spaces. The exact bit depth is controlled at 2308 x264's configure time. 2313 @command{x264}-equivalent options or values are listed in parentheses 2322 options, invoke the command @command{x264 --fullhelp} or consult 2328 expressed in bits/s, while @command{x264}'s @option{bitrate} is in 2405 @command{x264}'s @option{--no-cabac} option. [all …]
|
D | platform.texi | 311 The recommendation for x264 is to build it from source, as it evolves too
|
D | general_contents.texi | 289 @section x264 291 FFmpeg can make use of the x264 library for H.264 encoding. 293 Go to @url{http://www.videolan.org/developers/x264.html} and follow the 298 x264 is under the GNU Public License Version 2 or later
|
D | faq.texi | 105 export PKG_CONFIG_PATH=/opt/x264/lib/pkgconfig:/opt/opus/lib/pkgconfig
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_deblock_10bit.asm | 4 ;* Copyright (C) 2005-2011 x264 project 8 ;* Fiona Glaser <fiona@x264.com>
|
D | h264_weight_10bit.asm | 4 ;* Copyright (C) 2005-2011 x264 project
|
D | h264_chromamc_10bit.asm | 4 ;* Copyright (C) 2005-2011 x264 project
|
D | hevc_add_res.asm | 29 ; the add_res macros and functions were largely inspired by h264_idct.asm from the x264 project
|
D | vp8dsp_loopfilter.asm | 4 ;* Copyright (c) 2010 Fiona Glaser <fiona@x264.com>
|
D | rv40dsp.asm | 4 ;* Copyright (c) 2010 Fiona Glaser <fiona@x264.com>
|
D | h264_idct_10bit.asm | 4 ;* Copyright (C) 2005-2011 x264 project
|
D | h264_deblock.asm | 4 ;* Copyright (C) 2005-2011 x264 project 7 ;* Fiona Glaser <fiona@x264.com>
|
D | h264_qpel_10bit.asm | 4 ;* Copyright (C) 2011 x264 project
|
D | h264_idct.asm | 5 ;* Copyright (C) 2003-2008 x264 project
|
D | h264_intrapred_10bit.asm | 4 ;* Copyright (C) 2005-2011 x264 project
|
D | vp8dsp.asm | 4 ;* Copyright (c) 2010 Fiona Glaser <fiona@x264.com>
|
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
D | generatedContextualTyping.ts | 264 var x264: { (): Base[]; } = function named() { return [d1, d2] } || undefined; variable
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 225 * -ugly x264: x264enc: x264enc
|
/third_party/ffmpeg/ |
D | configure | 290 --enable-libx264 enable H.264 encoding via x264 [no] 6474 enabled libx264 && { check_pkg_config libx264 x264 "stdint.h x264.h" x264_encoder_encode … 6477 require_cpp_condition libx264 x264.h "X264_BUILD >= 118" && 6478 check_cpp_condition libx262 x264.h "X264_MPEG2"
|
/third_party/boost/boost/outcome/experimental/status-code/detail/ |
D | nt_code_to_win32_code.ipp | 552 case 0xc0000255: return 0x264;
|
12