| /utopia/UTPA2-700.0.x/ |
| H A D | move.sh | 41 mkdir -p modules/sc/drv 42 mkdir -p modules/sc/hal/manhattan 43 mkdir -p modules/sc/hal/maserati 44 mkdir -p modules/sc/hal/M7821 377 mv mxlib/drv/sc modules/sc/drv 378 mv mxlib/hal/manhattan/sc modules/sc/hal/manhattan 379 mv mxlib/hal/maserati/sc modules/sc/hal/maserati 380 mv mxlib/hal/M7821/sc modules/sc/hal/M7821
|
| H A D | test_sc | 7 cd $_TEMP_PATH/project/u3_ecos; make clean sc 8 cd $_TEMP_PATH/project/u3_linux; make clean sc
|
| H A D | TagLog.sh | 16 ./modules/sc 89 sc
|
| H A D | genlink.sh | 59 sc
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/ |
| H A D | mhal_pq_adaptive.c | 1382 MS_U16 MDrv_SC_NR_LUT_Aux(void *pInstance, MS_U16 nr_lut, MS_U8 sc) in MDrv_SC_NR_LUT_Aux() argument 1384 sc = sc < 16 ? sc : 16; in MDrv_SC_NR_LUT_Aux() 1395 h0 = ((h0 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 1396 h1 = ((h1 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 1397 h2 = ((h2 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 1398 h3 = ((h3 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 1402 h0 = (h0 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 1403 h1 = (h1 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 1404 h2 = (h2 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 1405 h3 = (h3 * sc) >> 4; in MDrv_SC_NR_LUT_Aux()
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/ |
| H A D | mhal_pq_adaptive.c | 6185 MS_U16 MDrv_SC_NR_LUT_Aux( MS_U16 nr_lut, MS_U8 sc) in MDrv_SC_NR_LUT_Aux() argument 6187 sc = sc < 16 ? sc : 16; in MDrv_SC_NR_LUT_Aux() 6198 h0 = ((h0 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6199 h1 = ((h1 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6200 h2 = ((h2 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6201 h3 = ((h3 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6205 h0 = (h0 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6206 h1 = (h1 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6207 h2 = (h2 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6208 h3 = (h3 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() [all …]
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/ |
| H A D | mhal_pq_adaptive.c | 6185 MS_U16 MDrv_SC_NR_LUT_Aux( MS_U16 nr_lut, MS_U8 sc) in MDrv_SC_NR_LUT_Aux() argument 6187 sc = sc < 16 ? sc : 16; in MDrv_SC_NR_LUT_Aux() 6198 h0 = ((h0 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6199 h1 = ((h1 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6200 h2 = ((h2 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6201 h3 = ((h3 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6205 h0 = (h0 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6206 h1 = (h1 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6207 h2 = (h2 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6208 h3 = (h3 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() [all …]
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/M7621/pq/ |
| H A D | mhal_pq_adaptive.c | 6185 MS_U16 MDrv_SC_NR_LUT_Aux( MS_U16 nr_lut, MS_U8 sc) in MDrv_SC_NR_LUT_Aux() argument 6187 sc = sc < 16 ? sc : 16; in MDrv_SC_NR_LUT_Aux() 6198 h0 = ((h0 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6199 h1 = ((h1 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6200 h2 = ((h2 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6201 h3 = ((h3 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6205 h0 = (h0 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6206 h1 = (h1 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6207 h2 = (h2 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6208 h3 = (h3 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() [all …]
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/maxim/pq/ |
| H A D | mhal_pq_adaptive.c | 6185 MS_U16 MDrv_SC_NR_LUT_Aux( MS_U16 nr_lut, MS_U8 sc) in MDrv_SC_NR_LUT_Aux() argument 6187 sc = sc < 16 ? sc : 16; in MDrv_SC_NR_LUT_Aux() 6198 h0 = ((h0 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6199 h1 = ((h1 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6200 h2 = ((h2 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6201 h3 = ((h3 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6205 h0 = (h0 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6206 h1 = (h1 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6207 h2 = (h2 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6208 h3 = (h3 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() [all …]
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/ |
| H A D | mhal_pq_adaptive.c | 6173 MS_U16 MDrv_SC_NR_LUT_Aux(void *pInstance, MS_U16 nr_lut, MS_U8 sc) in MDrv_SC_NR_LUT_Aux() argument 6175 sc = sc < 16 ? sc : 16; in MDrv_SC_NR_LUT_Aux() 6186 h0 = ((h0 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6187 h1 = ((h1 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6188 h2 = ((h2 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6189 h3 = ((h3 * sc)/3) >> 4; in MDrv_SC_NR_LUT_Aux() 6193 h0 = (h0 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6194 h1 = (h1 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6195 h2 = (h2 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() 6196 h3 = (h3 * sc) >> 4; in MDrv_SC_NR_LUT_Aux() [all …]
|
| /utopia/UTPA2-700.0.x/projects/project/kano_android/ |
| H A D | kano_android.mk | 621 ./mxlib/drv/sc \ 622 ./mxlib/drv/sc/sc2 \ 623 ./mxlib/hal/$(TARGET_BOARD_PLATFORM)/sc 625 $(LOCAL_PATH)/mxlib/hal/$(TARGET_BOARD_PLATFORM)/sc 627 $(LOCAL_PATH)/mxlib/drv/sc
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB.h | 341 #define USB_DEVICE_INFO(cl,sc,pr) \ argument 342 USB_DEVICE_ID_MATCH_DEV_INFO,0,0,0,0,cl,sc,pr,0,0,0,0 344 #define USB_INTERFACE_INFO(cl,sc,pr) \ argument 345 USB_DEVICE_ID_MATCH_INT_INFO,0,0,0,0,0,0,0,cl,sc,pr,0
|
| /utopia/UTPA2-700.0.x/projects/project/curry_android/ |
| H A D | curry_android.mk | 628 ./mxlib/drv/sc \ 629 ./mxlib/hal/$(TARGET_BOARD_PLATFORM)/sc 631 $(LOCAL_PATH)/mxlib/hal/$(TARGET_BOARD_PLATFORM)/sc 633 $(LOCAL_PATH)/mxlib/drv/sc
|
| /utopia/UTPA2-700.0.x/scripts/ |
| H A D | sc.sh | 7 sc 12 sc
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvMassStor.c | 97 #define GET_INTERFACE_INFO(cl,sc,pr) \ argument 98 USB_DEVICE_ID_MATCH_INT_INFO,0,0,0,0,0,0,0, (cl), (sc), (pr),0
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvMassStor.c | 166 #define GET_INTERFACE_INFO(cl,sc,pr) \ argument 167 USB_DEVICE_ID_MATCH_INT_INFO,0,0,0,0,0,0,0, (cl), (sc), (pr),0
|
| /utopia/UTPA2-700.0.x/modules/sc/drv/sc/ |
| H A D | Makefile | 40 sc \
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvNDS.h | 235 NDS_SC_Param sc; member
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drvNDS.h | 235 NDS_SC_Param sc; member
|
| /utopia/UTPA2-700.0.x/modules/ddc2bi/drv/ddc2bi/ |
| H A D | Cus_Makefile | 32 OUTLIB = $(TRUNK)/../../../../../DAILEO/Yoga/Chakra/core/driver/sc/$(CHIP)/
|
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/ |
| H A D | Cus_Makefile | 32 OUTLIB = $(TRUNK)/../../../../../DAILEO/Yoga/Chakra2/core/driver/sc/$(CHIP)/
|
| /utopia/UTPA2-700.0.x/modules/wble/drv/wble/ |
| H A D | Cus_Makefile | 32 OUTLIB = $(TRUNK)/../../../../../DAILEO/Yoga/Chakra2/core/driver/sc/$(CHIP)/
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/ |
| H A D | drvNDS.c | 195 NDS_SC_Init(&(param->sc)); // SC in MDrv_NDS_Init()
|
| /utopia/UTPA2-700.0.x/mxlib/ |
| H A D | nike.mk | 79 MXLIB += $(ROOTLIB)/drv/sc
|
| H A D | ddi.mk | 43 sc \
|