/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_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_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_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/libxml2/result/schemas/ |
D | idc-keyref-err1_1_0 | 1 ./test/schemas/idc-keyref-err1_0.xml fails to validate
|
D | idc-keyref-err1_1_0.err | 1 ./test/schemas/idc-keyref-err1_0.xml:12: Schemas validity error : Element '{urn:test:foo}Ref': No m…
|
/third_party/libxml2/ |
D | xmlschemas.c | 731 xmlSchemaIDCPtr idc; member 1468 xmlSchemaGetIDCDesignation(xmlChar **buf, xmlSchemaIDCPtr idc) in xmlSchemaGetIDCDesignation() argument 1470 return(xmlSchemaGetComponentDesignation(buf, idc)); in xmlSchemaGetIDCDesignation() 8084 xmlSchemaIDCPtr idc, in xmlSchemaCheckCSelectorXPath() argument 8099 xmlSchemaPErr(ctxt, idc->node, in xmlSchemaCheckCSelectorXPath() 8106 node = idc->node; in xmlSchemaCheckCSelectorXPath() 8301 xmlSchemaIDCPtr idc, in xmlSchemaParseIDCSelectorAndField() argument 8352 if (xmlSchemaCheckCSelectorXPath(ctxt, idc, item, attr, in xmlSchemaParseIDCSelectorAndField() 8372 xmlSchemaAddAnnotation((xmlSchemaAnnotItemPtr) idc, in xmlSchemaParseIDCSelectorAndField() 20505 xmlSchemaResolveIDCKeyReferences(xmlSchemaIDCPtr idc, in xmlSchemaResolveIDCKeyReferences() argument [all …]
|
/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() 3776 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/gst_libav/ |
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"
|
/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"
|
/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
|