/third_party/ffmpeg/libavfilter/ |
D | af_acrusher.c | 51 double idc; member 108 static double add_dc(double s, double dc, double idc) in add_dc() argument 110 return s > 0 ? s * dc : s * idc; in add_dc() 113 static double remove_dc(double s, double dc, double idc) in remove_dc() argument 115 return s > 0 ? s * idc : s * dc; in remove_dc() 132 in = add_dc(in, s->dc, s->idc); in bitreduction() 191 k = remove_dc(k, s->dc, s->idc); in bitreduction() 309 s->idc = 1. / s->dc; in config_input()
|
/third_party/openh264/codec/build/windowsphone/all/CodecApp/ |
D | welsenc.cfg | 20 LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off, 23 # 4: Luma on but Chroma off (w.r.t. idc=0) 24 # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2) 25 # 6: Luma on in two stage. slice boundries on in second stage, but Chroma off (w.r.t. idc=3)
|
/third_party/openh264/testbin/ |
D | welsenc_ios.cfg | 25 LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off, 28 # 4: Luma on but Chroma off (w.r.t. idc=0) 29 … # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2) 30 … # 6: Luma on in two stage. slice boundries on in second stage, but Chroma off (w.r.t. idc=3)
|
D | welsenc_vd_rc.cfg | 24 LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off, 27 # 4: Luma on but Chroma off (w.r.t. idc=0) 28 … # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2) 29 … # 6: Luma on in two stage. slice boundries on in second stage, but Chroma off (w.r.t. idc=3)
|
D | welsenc_arbitrary_res.cfg | 25 LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off, 28 # 4: Luma on but Chroma off (w.r.t. idc=0) 29 … # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2) 30 … # 6: Luma on in two stage. slice boundries on in second stage, but Chroma off (w.r.t. idc=3)
|
D | welsenc_vd_1d.cfg | 25 LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off, 28 # 4: Luma on but Chroma off (w.r.t. idc=0) 29 … # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2) 30 … # 6: Luma on in two stage. slice boundries on in second stage, but Chroma off (w.r.t. idc=3)
|
D | welsenc.cfg | 25 LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off, 28 # 4: Luma on but Chroma off (w.r.t. idc=0) 29 … # 5: Luma on except on slice boundaries, but Chroma off in enh. layer (w.r.t. idc=2) 30 … # 6: Luma on in two stage. slice boundries on in second stage, but Chroma off (w.r.t. idc=3)
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264dsp.c | 345 #define CHECK_LOOP_FILTER(name, align, idc) \ in check_loop_filter() argument 347 if (check_func(h.name, #name #idc "_%dbpp", bit_depth)) { \ in check_loop_filter() 359 fprintf(stderr, #name #idc ": j:%d, alpha:%d beta:%d " \ in check_loop_filter() 405 #define CHECK_LOOP_FILTER(name, align, idc) \ in check_loop_filter_intra() argument 407 if (check_func(h.name, #name #idc "_%dbpp", bit_depth)) { \ in check_loop_filter_intra() 419 fprintf(stderr, #name #idc ": j:%d, alpha:%d beta:%d\n", \ in check_loop_filter_intra()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah264dec.c | 591 #define P(idc, va) { G_PASTE (GST_H264_PROFILE_, idc), G_PASTE (VAProfileH264, va) } argument
|
D | gstvah265dec.c | 939 #define P(idc, va) { G_PASTE (GST_H265_PROFILE_, idc), G_PASTE (VAProfileHEVC, va) } argument
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstav1parser.h | 621 guint16 idc; member
|
D | gstav1parser.c | 1184 seq_header->operating_points[0].idc = 0; in gst_av1_parser_parse_sequence_header_obu() 1239 seq_header->operating_points[i].idc = AV1_READ_BITS (br, 12); in gst_av1_parser_parse_sequence_header_obu() 1461 parser->state.operating_point_idc = seq_header->operating_points[0].idc; in gst_av1_parser_parse_sequence_header_obu() 1464 seq_header->operating_points[parser->state.operating_point].idc; in gst_av1_parser_parse_sequence_header_obu() 3778 gint op_pt_idc = seq_header->operating_points[op_num].idc; in gst_av1_parse_uncompressed_frame_header()
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_ps.c | 298 #define check_profile_idc(idc) \ in decode_profile_tier_level() argument 299 ptl->profile_idc == idc || ptl->profile_compatibility_flag[idc] in decode_profile_tier_level()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | av1parser.c | 155 assert_equals_int (seq_header.operating_points[0].idc, 0); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 831 "dblk-idc" 838 "b-pyramid", "dblk-idc", "transform-skip"
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 831 "dblk-idc" 838 "b-pyramid", "dblk-idc", "transform-skip"
|
D | ChangeLog | 1917 idc with profiles and traverse it. 1918 Also, first add the profile from the parsed profile idc and later add, 5731 according to av1 spec. The highest spatial layer id is obtained from idc value of 11514 msdkh265enc: add dblk-idc property 11524 msdkh264enc: add dblk-idc property 26420 libs: h265parser: select extension profile by profile idc. 26421 the old manner does not consider the profile idc. The profile idc should 26426 The correct way should be recognize the extension category by profile idc 50693 We used to have the same enum to represent H265 profiles and idc values. 74130 h265parse: H265 level idc 0 is not valid [all …]
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 831 "dblk-idc" 838 "b-pyramid", "dblk-idc", "transform-skip"
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 831 "dblk-idc" 838 "b-pyramid", "dblk-idc", "transform-skip"
|
D | ChangeLog | 9198 libs: pbutils: Add High throughput scc extensions profile idc(IDC 11) 9205 libs: pbutils: select extension profile by profile idc. 9206 the old manner does not consider the profile idc. The profile idc should 9211 The correct way should be recognize the extension category by profile idc 50281 codec-utils: H265 level idc 0 is not valid 50288 codec-utils: H264 level idc 0 is not valid
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 831 "dblk-idc" 838 "b-pyramid", "dblk-idc", "transform-skip"
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput4 | 2723 /\p{idcontinue}\p{idc}/g,utf
|
D | testoutput4 | 4361 /\p{idcontinue}\p{idc}/g,utf
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 1072 - vl: add cabac init idc for h264 encode
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-eveningroad.hdr | 1272 …����ź�rsrqs���|��ipa�ڡ�qvˮ����ֿ����ӝ�ϰ�������~������]�����}�����������z����idc���î������~}�~�}�~…
|