HomeSort by: relevance | last modified time | path
    Searched defs:DSC (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
Makefile 3 # Makefile for the 'dsc' sub-component of DAL.
30 CFLAGS_$(AMDDALPATH)/dc/dsc/rc_calc.o := $(dsc_ccflags)
31 CFLAGS_$(AMDDALPATH)/dc/dsc/rc_calc_dpi.o := $(dsc_ccflags)
32 CFLAGS_$(AMDDALPATH)/dc/dsc/dc_dsc.o := $(dsc_ccflags)
34 DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o
36 AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 847 #define DSC(str) (const unsigned char *)str, sizeof str - 1
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 631 Parser::DeclSpecContext DSC = Parser::DeclSpecContext::DSC_type_specifier;
633 ParseSpecifierQualifierList(DS, AS, DSC);
ParseDecl.cpp 48 DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context);
49 if (DSC == DeclSpecContext::DSC_normal)
50 DSC = DeclSpecContext::DSC_type_specifier;
56 ParseSpecifierQualifierList(DS, AS, DSC);
2469 DeclSpecContext DSC) {
2473 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC);
2477 if (isTypeSpecifier(DSC) && !DS.hasTypeSpecifier()) {
2508 if (DS.hasConstexprSpecifier() && DSC != DeclSpecContext::DSC_condition) {
2550 AccessSpecifier AS, DeclSpecContext DSC,
2574 if (!isTypeSpecifier(DSC) && !getLangOpts().CPlusPlus &
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h 679 uint32_t DSC : 1; /* Use DSC with this timing */
705 uint32_t num_slices_h; /* Number of DSC slices - horizontal */
706 uint32_t num_slices_v; /* Number of DSC slices - vertical */
707 uint32_t bits_per_pixel; /* DSC target bitrate in 1/16 of bpp (e.g. 128 -> 8bpp) */
708 bool block_pred_enable; /* DSC block prediction enable */
709 uint32_t linebuf_depth; /* DSC line buffer depth */
710 uint32_t version_minor; /* DSC minor version. Full version is formed as 1.version_minor. */
711 bool ycbcr422_simple; /* Tell DSC engine to convert YCbCr 4:2:2 to 'YCbCr 4:2:2 simple'. */
712 int32_t rc_buffer_size; /* DSC RC buffer block size in bytes *
    [all...]

Completed in 54 milliseconds