Home
last modified time | relevance | path

Searched refs:chroma422 (Results 1 – 25 of 43) sorted by relevance

12

/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dmacroblock.c265 if( chroma422 ) in x264_mb_optimize_chroma_dc()
287 if( chroma422 ) in x264_mb_encode_chroma_internal()
321 if( chroma422 ) in x264_mb_encode_chroma_internal()
342 if( !x264_mb_optimize_chroma_dc( h, dct_dc, dequant_mf, i_qp+3*chroma422, chroma422 ) ) in x264_mb_encode_chroma_internal()
403 if( chroma422 ) in x264_mb_encode_chroma_internal()
469 if( chroma422 ) in x264_mb_encode_chroma_internal()
483 if( chroma422 ) in x264_mb_encode_chroma_internal()
503 if( chroma422 ) in x264_mb_encode_chroma_internal()
1078 int chroma422; in x264_macroblock_probe_skip_internal() local
1095 mvp[0], mvp[1]<<chroma422, 8, chroma422?16:8 ); in x264_macroblock_probe_skip_internal()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dmacroblock.c265 if( chroma422 ) in x264_mb_optimize_chroma_dc()
287 if( chroma422 ) in x264_mb_encode_chroma_internal()
321 if( chroma422 ) in x264_mb_encode_chroma_internal()
342 if( !x264_mb_optimize_chroma_dc( h, dct_dc, dequant_mf, i_qp+3*chroma422, chroma422 ) ) in x264_mb_encode_chroma_internal()
403 if( chroma422 ) in x264_mb_encode_chroma_internal()
469 if( chroma422 ) in x264_mb_encode_chroma_internal()
483 if( chroma422 ) in x264_mb_encode_chroma_internal()
503 if( chroma422 ) in x264_mb_encode_chroma_internal()
1078 int chroma422; in x264_macroblock_probe_skip_internal() local
1095 mvp[0], mvp[1]<<chroma422, 8, chroma422?16:8 ); in x264_macroblock_probe_skip_internal()
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dmacroblock.c253 if( chroma422 ) in mb_optimize_chroma_dc()
272 if( chroma422 ) in mb_encode_chroma_internal()
301 if( chroma422 ) in mb_encode_chroma_internal()
319 … if( !mb_optimize_chroma_dc( h, dct_dc, dequant_mf, i_qp+3*chroma422, chroma422 ) ) in mb_encode_chroma_internal()
376 if( chroma422 ) in mb_encode_chroma_internal()
436 if( chroma422 ) in mb_encode_chroma_internal()
444 if( !mb_optimize_chroma_dc( h, dct_dc, dequant_mf, i_qp+3*chroma422, chroma422 ) ) in mb_encode_chroma_internal()
450 if( chroma422 ) in mb_encode_chroma_internal()
470 if( chroma422 ) in mb_encode_chroma_internal()
1047 mvp[0], mvp[1]<<chroma422, 8, chroma422?16:8 ); in macroblock_probe_skip_internal()
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dmacroblock.c253 if( chroma422 ) in mb_optimize_chroma_dc()
272 if( chroma422 ) in mb_encode_chroma_internal()
301 if( chroma422 ) in mb_encode_chroma_internal()
319 … if( !mb_optimize_chroma_dc( h, dct_dc, dequant_mf, i_qp+3*chroma422, chroma422 ) ) in mb_encode_chroma_internal()
376 if( chroma422 ) in mb_encode_chroma_internal()
436 if( chroma422 ) in mb_encode_chroma_internal()
444 if( !mb_optimize_chroma_dc( h, dct_dc, dequant_mf, i_qp+3*chroma422, chroma422 ) ) in mb_encode_chroma_internal()
450 if( chroma422 ) in mb_encode_chroma_internal()
470 if( chroma422 ) in mb_encode_chroma_internal()
1047 mvp[0], mvp[1]<<chroma422, 8, chroma422?16:8 ); in macroblock_probe_skip_internal()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dquant.c254 …LWAYS_INLINE int optimize_chroma_round( dctcoef *ref, dctcoef *dct, int dequant_mf, int chroma422 ) in optimize_chroma_round() argument
260 if( chroma422 ) in optimize_chroma_round()
266 for( i = 0; i < (chroma422?8:4); i++ ) in optimize_chroma_round()
271 static ALWAYS_INLINE int optimize_chroma_dc_internal( dctcoef *dct, int dequant_mf, int chroma422 ) in optimize_chroma_dc_internal() argument
279 if( chroma422 ) in optimize_chroma_dc_internal()
286 for( i = 0; i < (chroma422?8:4); i++ ) in optimize_chroma_dc_internal()
292 for( nz = 0, coeff = (chroma422?7:3); coeff >= 0; coeff-- ) in optimize_chroma_dc_internal()
300 if( optimize_chroma_round( dct_orig, dct, dequant_mf, chroma422 ) ) in optimize_chroma_dc_internal()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dquant.c254 …LWAYS_INLINE int optimize_chroma_round( dctcoef *ref, dctcoef *dct, int dequant_mf, int chroma422 ) in optimize_chroma_round() argument
260 if( chroma422 ) in optimize_chroma_round()
266 for( i = 0; i < (chroma422?8:4); i++ ) in optimize_chroma_round()
271 static ALWAYS_INLINE int optimize_chroma_dc_internal( dctcoef *dct, int dequant_mf, int chroma422 ) in optimize_chroma_dc_internal() argument
279 if( chroma422 ) in optimize_chroma_dc_internal()
286 for( i = 0; i < (chroma422?8:4); i++ ) in optimize_chroma_dc_internal()
292 for( nz = 0, coeff = (chroma422?7:3); coeff >= 0; coeff-- ) in optimize_chroma_dc_internal()
300 if( optimize_chroma_round( dct_orig, dct, dequant_mf, chroma422 ) ) in optimize_chroma_dc_internal()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dquant.c236 …LWAYS_INLINE int optimize_chroma_round( dctcoef *ref, dctcoef *dct, int dequant_mf, int chroma422 ) in optimize_chroma_round() argument
240 if( chroma422 ) in optimize_chroma_round()
246 for( int i = 0; i < (chroma422?8:4); i++ ) in optimize_chroma_round()
251 static ALWAYS_INLINE int optimize_chroma_dc_internal( dctcoef *dct, int dequant_mf, int chroma422 ) in optimize_chroma_dc_internal() argument
257 if( chroma422 ) in optimize_chroma_dc_internal()
264 for( int i = 0; i < (chroma422?8:4); i++ ) in optimize_chroma_dc_internal()
270 for( nz = 0, coeff = (chroma422?7:3); coeff >= 0; coeff-- ) in optimize_chroma_dc_internal()
278 if( optimize_chroma_round( dct_orig, dct, dequant_mf, chroma422 ) ) in optimize_chroma_dc_internal()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dquant.c236 …LWAYS_INLINE int optimize_chroma_round( dctcoef *ref, dctcoef *dct, int dequant_mf, int chroma422 ) in optimize_chroma_round() argument
240 if( chroma422 ) in optimize_chroma_round()
246 for( int i = 0; i < (chroma422?8:4); i++ ) in optimize_chroma_round()
251 static ALWAYS_INLINE int optimize_chroma_dc_internal( dctcoef *dct, int dequant_mf, int chroma422 ) in optimize_chroma_dc_internal() argument
257 if( chroma422 ) in optimize_chroma_dc_internal()
264 for( int i = 0; i < (chroma422?8:4); i++ ) in optimize_chroma_dc_internal()
270 for( nz = 0, coeff = (chroma422?7:3); coeff >= 0; coeff-- ) in optimize_chroma_dc_internal()
278 if( optimize_chroma_round( dct_orig, dct, dequant_mf, chroma422 ) ) in optimize_chroma_dc_internal()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_mb_template.c54 const int chroma422 = CHROMA422(h); in FUNC() local
171 if (chroma422) { in FUNC()
217 if (chroma422) { in FUNC()
229 if (chroma422) { in FUNC()
H A Dh264_loopfilter.c249 int chroma422 = CHROMA422(h); in h264_filter_mb_fast_internal() local
327 }else if(chroma422){ in h264_filter_mb_fast_internal()
482 int chroma422 = CHROMA422(h); in filter_mb_dir() local
634 if (!deblock_edge && (!chroma422 || dir == 0)) in filter_mb_dir()
696 if (chroma422) { in filter_mb_dir()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264_mb_template.c58 const int chroma422 = CHROMA422(h); in FUNC() local
175 if (chroma422) { in FUNC()
217 if (chroma422) { in FUNC()
230 if (chroma422) { in FUNC()
H A Dh264_loopfilter.c246 int chroma422 = CHROMA422(h); in h264_filter_mb_fast_internal() local
324 }else if(chroma422){ in h264_filter_mb_fast_internal()
469 int chroma422 = CHROMA422(h); in filter_mb_dir() local
621 if (!deblock_edge && (!chroma422 || dir == 0)) in filter_mb_dir()
683 if (chroma422) { in filter_mb_dir()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_mb_template.c54 const int chroma422 = CHROMA422(h); in FUNC() local
171 if (chroma422) { in FUNC()
217 if (chroma422) { in FUNC()
229 if (chroma422) { in FUNC()
H A Dh264_loopfilter.c249 int chroma422 = CHROMA422(h); in h264_filter_mb_fast_internal() local
327 }else if(chroma422){ in h264_filter_mb_fast_internal()
482 int chroma422 = CHROMA422(h); in filter_mb_dir() local
634 if (!deblock_edge && (!chroma422 || dir == 0)) in filter_mb_dir()
696 if (chroma422) { in filter_mb_dir()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_mb_template.c54 const int chroma422 = CHROMA422(h); in FUNC() local
171 if (chroma422) { in FUNC()
217 if (chroma422) { in FUNC()
229 if (chroma422) { in FUNC()
H A Dh264_loopfilter.c248 int chroma422 = CHROMA422(h); in h264_filter_mb_fast_internal() local
326 }else if(chroma422){ in h264_filter_mb_fast_internal()
481 int chroma422 = CHROMA422(h); in filter_mb_dir() local
633 if (!deblock_edge && (!chroma422 || dir == 0)) in filter_mb_dir()
695 if (chroma422) { in filter_mb_dir()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_mb_template.c54 const int chroma422 = CHROMA422(h); in FUNC() local
171 if (chroma422) { in FUNC()
217 if (chroma422) { in FUNC()
229 if (chroma422) { in FUNC()
H A Dh264_loopfilter.c248 int chroma422 = CHROMA422(h); in h264_filter_mb_fast_internal() local
326 }else if(chroma422){ in h264_filter_mb_fast_internal()
481 int chroma422 = CHROMA422(h); in filter_mb_dir() local
633 if (!deblock_edge && (!chroma422 || dir == 0)) in filter_mb_dir()
695 if (chroma422) { in filter_mb_dir()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh264_mb_template.c58 const int chroma422 = CHROMA422(h); in FUNC() local
175 if (chroma422) { in FUNC()
217 if (chroma422) { in FUNC()
230 if (chroma422) { in FUNC()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_mb_template.c54 const int chroma422 = CHROMA422(h); in FUNC() local
171 if (chroma422) { in FUNC()
217 if (chroma422) { in FUNC()
229 if (chroma422) { in FUNC()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/x86/
H A Dh264dsp_init.c117 LF_FUNC(h, chroma422, depth, mmxext) \
129 LF_FUNC(h, chroma422, depth, sse2) \
139 LF_FUNC(h, chroma422, depth, avx) \
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/x86/
H A Dh264dsp_init.c117 LF_FUNC(h, chroma422, depth, mmxext) \
129 LF_FUNC(h, chroma422, depth, sse2) \
139 LF_FUNC(h, chroma422, depth, avx) \
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/x86/
H A Dh264dsp_init.c117 LF_FUNC(h, chroma422, depth, mmxext) \
129 LF_FUNC(h, chroma422, depth, sse2) \
139 LF_FUNC(h, chroma422, depth, avx) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/x86/
H A Dh264dsp_init.c117 LF_FUNC(h, chroma422, depth, mmxext) \
129 LF_FUNC(h, chroma422, depth, sse2) \
139 LF_FUNC(h, chroma422, depth, avx) \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/x86/
H A Dh264dsp_init.c117 LF_FUNC(h, chroma422, depth, mmxext) \
129 LF_FUNC(h, chroma422, depth, sse2) \
139 LF_FUNC(h, chroma422, depth, avx) \

12