| /OK3568_Linux_fs/buildroot/package/x265/ |
| H A D | 0002-arm-asm-primitives.patch | 165 p.cu[BLOCK_4x4].copy_cnt = PFX(copy_cnt_4_neon); 167 p.cu[BLOCK_32x32].copy_cnt = PFX(copy_cnt_32_neon); 222 - p.cu[BLOCK_4x4].blockfill_s = PFX(blockfill_s_4x4_neon); 223 - p.cu[BLOCK_8x8].blockfill_s = PFX(blockfill_s_8x8_neon); 224 - p.cu[BLOCK_16x16].blockfill_s = PFX(blockfill_s_16x16_neon); 225 - p.cu[BLOCK_32x32].blockfill_s = PFX(blockfill_s_32x32_neon); 226 + p.cu[BLOCK_4x4].blockfill_s[ALIGNED] = PFX(blockfill_s_4x4_neon); 227 + p.cu[BLOCK_8x8].blockfill_s[ALIGNED] = PFX(blockfill_s_8x8_neon); 228 + p.cu[BLOCK_16x16].blockfill_s[ALIGNED] = PFX(blockfill_s_16x16_neon); 229 + p.cu[BLOCK_32x32].blockfill_s[ALIGNED] = PFX(blockfill_s_32x32_neon); [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_slice.c | 531 void code_skip_flag(H265eSlice *slice, RK_U32 abs_part_idx, DataCu *cu) in code_skip_flag() argument 537 RK_U32 tpelx = cu->pixelX + sps->raster2pelx[sps->zscan2raster[abs_part_idx]]; in code_skip_flag() 538 RK_U32 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in code_skip_flag() 539 //RK_U32 ctxSkip = cu->getCtxSkipFlag(abs_part_idx); in code_skip_flag() 542 if (cu->cur_addr == 0 ) { in code_skip_flag() 560 static void code_split_flag(H265eSlice *slice, RK_U32 abs_part_idx, RK_U32 depth, DataCu *cu) in code_split_flag() argument 567 …h265e_dbg_skip("depth %d cu->m_cuDepth %d", depth, cu->m_cuDepth[sps->zscan2raster[abs_part_idx]]); in code_split_flag() 570 RK_U32 currSplitFlag = (cu->m_cuDepth[sps->zscan2raster[abs_part_idx]] > depth) ? 1 : 0; in code_split_flag() 575 static void encode_cu(H265eSlice *slice, RK_U32 abs_part_idx, RK_U32 depth, DataCu *cu) in encode_cu() argument 579 RK_U32 lpelx = cu->pixelX + sps->raster2pelx[sps->zscan2raster[abs_part_idx]]; in encode_cu() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | fam15h_power.c | 137 int cpu, cu; in do_read_registers_on_cu() local 145 cu = cpu_data(cpu).cpu_core_id; in do_read_registers_on_cu() 147 rdmsrl_safe(MSR_F15H_CU_PWR_ACCUMULATOR, &data->cu_acc_power[cu]); in do_read_registers_on_cu() 148 rdmsrl_safe(MSR_F15H_PTSC, &data->cpu_sw_pwr_ptsc[cu]); in do_read_registers_on_cu() 150 data->cu_on[cu] = 1; in do_read_registers_on_cu() 206 int cu, cu_num, ret; in power1_average_show() local 219 for (cu = 0; cu < cu_num; cu++) { in power1_average_show() 220 prev_cu_acc_power[cu] = data->cu_acc_power[cu]; in power1_average_show() 221 prev_ptsc[cu] = data->cpu_sw_pwr_ptsc[cu]; in power1_average_show() 232 for (cu = 0, avg_acc = 0; cu < cu_num; cu++) { in power1_average_show() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Index-Section-Format.html | 97 and 5 do not. Version 7 adds attributes to the CU indices in the 107 </li><li> The offset, from the start of the file, of the CU list. 109 </li><li> The offset, from the start of the file, of the types CU list. Note 120 </li><li> The CU list. This is a sequence of pairs of 64-bit little-endian 121 values, sorted by the CU offset. The first element in each pair is 122 the offset of a CU in the <code>.debug_info</code> section. The second 123 element in each pair is the length of that CU. References to a CU 124 elsewhere in the map are done using a CU index, which is just the 127 CU indices. 129 </li><li> The types CU list. This is a sequence of triplets of 64-bit [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Index-Section-Format.html | 97 and 5 do not. Version 7 adds attributes to the CU indices in the 107 </li><li> The offset, from the start of the file, of the CU list. 109 </li><li> The offset, from the start of the file, of the types CU list. Note 120 </li><li> The CU list. This is a sequence of pairs of 64-bit little-endian 121 values, sorted by the CU offset. The first element in each pair is 122 the offset of a CU in the <code>.debug_info</code> section. The second 123 element in each pair is the length of that CU. References to a CU 124 elsewhere in the map are done using a CU index, which is just the 127 CU indices. 129 </li><li> The types CU list. This is a sequence of triplets of 64-bit [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.c | 64 /* TCP L1 Cache per CU */ 98 /* TCP L1 Cache per CU */ 146 struct crat_subtype_computeunit *cu) in kfd_populated_cu_info_cpu() argument 148 dev->node_props.cpu_cores_count = cu->num_cpu_cores; in kfd_populated_cu_info_cpu() 149 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu() 150 if (cu->hsa_capability & CRAT_CU_FLAGS_IOMMU_PRESENT) in kfd_populated_cu_info_cpu() 153 pr_debug("CU CPU: cores=%d id_base=%d\n", cu->num_cpu_cores, in kfd_populated_cu_info_cpu() 154 cu->processor_id_low); in kfd_populated_cu_info_cpu() 158 struct crat_subtype_computeunit *cu) in kfd_populated_cu_info_gpu() argument 160 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu() [all …]
|
| H A D | kfd_mqd_manager.c | 102 int i, se, sh, cu; in mqd_symmetrically_map_cu_mask() local 109 * Returning with no CU's enabled will hang the queue, which should be in mqd_symmetrically_map_cu_mask() 162 for (cu = 0; cu < 16; cu++) { in mqd_symmetrically_map_cu_mask() 165 if (cu_per_sh[se][sh] > cu) { in mqd_symmetrically_map_cu_mask() 167 se_mask[se] |= 1 << (cu + sh * 16); in mqd_symmetrically_map_cu_mask()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/armv7/ |
| H A D | sama5d2_devices.c | 22 return "SAMA5D22-CU"; in get_cpu_name() 26 return "SAMA5D23-CU"; in get_cpu_name() 30 return "SAMA5D24-CU"; in get_cpu_name() 32 return "SAMA5D26-CU"; in get_cpu_name() 34 return "SAMA5D27-CU"; in get_cpu_name() 38 return "SAMA5D28-CU"; in get_cpu_name()
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | bugfix.S | 186 | cu src equal to xu dest or equal to nu dest. If so, go to 187 | op0. Else, or if opclass2, check for cu dest equal to 197 | Check for cu and nu register conflict. If one exists, this takes 198 | priority over a cu and xu conflict. 205 | Check for cu dest equal to nu dest. If so, go and fix the 212 | Check for cu and xu register conflict. 246 | We have the case in which a conflict exists between the cu src or 248 | the cu and restore the state, allowing the instruction in the 252 | restore the instruction from the cu to the frame and continue 262 | The cu savepc is set to zero, and the frame is restored to the [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dwarfsrcfiles/files/ |
| H A D | dwarfsrcfiles.c | 37 fprintf(stderr, "CU doesn't have a DW_AT_name"); in process_cu() 67 fprintf(stderr, "Couldn't get CU file table, %s", in process_cu() 111 Dwarf_Die *cu = NULL; in main() local 112 while ((cu = dwfl_nextcu (dwfl, cu, &bias)) != NULL) in main() 113 res |= process_cu (cu); in main()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/ |
| H A D | sun3_82586.h | 75 unsigned char cmd_cuc; /* command word: CU part & ACK */ 94 #define CUC_MASK 0x07 /* mask for CU command */ 98 #define CUC_SUSPEND 0x03 /* Suspend CU */ 111 #define STAT_CX 0x80 /* CU finished cmd with its I bit set */ 113 #define STAT_CNA 0x20 /* CU left active state */ 116 #define CU_STATUS 0x7 /* CU status, 0=idle */ 117 #define CU_SUSPEND 0x1 /* CU is suspended */ 118 #define CU_ACTIVE 0x2 /* CU is active */ 198 #define CMD_SUSPEND 0x4000 /* suspend CU after this CB */
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/ |
| H A D | dal_asic_id.h | 74 /* KV1 with Spectre GFX core, 8-8-1-2 (CU-Pix-Primitive-RB) */ 78 * 3-4-1-1 (CU-Pix-Primitive-RB) */ 81 /* KB with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */ 84 /* KB with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */ 87 /* BV with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */ 90 /* ML with Godavari GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */ 93 /* ML with Godavari GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | model.c | 79 double a,su,uu,cu,w2; in bestfit() local 90 cu = 0; in bestfit() 92 cu = su/uu; /* s[] = *cy * y[] + cu * u[] is orthogonal decomposition */ in bestfit() 94 w2 += cu * cu * uu; in bestfit() 95 *cx = cu; in bestfit() 96 *cy -= a*cu; in bestfit()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | dwarf-aux.c | 17 * @cu_die: A DIE(dwarf information entry) of CU(compilation Unit) 48 * @cu_die: a CU DIE 109 * @cu_die: a CU DIE 147 * @cu_die: A CU DIE 467 /* Get the call file index number in CU DIE */ 478 /* Get the declared file index number in CU DIE */ 575 * @cu_die: a CU DIE which including @addr 614 * @cu_die: a CU DIE which including @addr 850 * @rt_die: a root DIE (CU, subprogram or inlined_subroutine) 856 * otherwise @rt_die must be a CU DIE. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | sw.c | 263 /****** 8188CU ********/ 268 /* 8188cu 1*1 dongle */ 270 /* 8188cu 1*1 dongle, (b/g mode only) */ 272 /* 8188cu Slim Solo */ 274 /* 8188cu Slim Combo */ 288 /****** 8192CU ********/ 289 /* 8192cu 2*2 */ 295 /****** 8188CU ********/ 344 /****** 8192CU ********/
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | tape_34xx.c | 274 * Handle data overrun between cu and drive. The channel speed might 298 * cu detected incorrect block-id sequence on tape. in tape_34xx_erp_sequence() 420 // cu-recovery, so this should *never* happen. in tape_34xx_unit_check() 424 /* data check is permanent, CU recovery has failed */ in tape_34xx_unit_check() 434 // cu-recovery, so this should *never* happen. in tape_34xx_unit_check() 438 // data check is permanent, cu-recovery has failed in tape_34xx_unit_check() 483 * Data streaming not operational. CU will switch to in tape_34xx_unit_check() 515 * subsystem func is issued and the CU is not on-line. in tape_34xx_unit_check() 538 * Permanent equipment check. CU has tried recovery, but in tape_34xx_unit_check() 589 * - cu cannot recover from a drive detected error in tape_34xx_unit_check() [all …]
|
| H A D | tape_3590.c | 1038 snprintf(exception, BUFSIZE, "CU Exception - no performance " in tape_3590_print_io_sim_msg_f1() 1042 snprintf(exception, BUFSIZE, "CU Exception on channel " in tape_3590_print_io_sim_msg_f1() 1046 snprintf(exception, BUFSIZE, "CU Exception on device path " in tape_3590_print_io_sim_msg_f1() 1050 snprintf(exception, BUFSIZE, "CU Exception on library path " in tape_3590_print_io_sim_msg_f1() 1054 snprintf(exception, BUFSIZE, "CU Exception on node 0x%02x", in tape_3590_print_io_sim_msg_f1() 1058 snprintf(exception, BUFSIZE, "CU Exception on partition " in tape_3590_print_io_sim_msg_f1() 1071 snprintf(service, BUFSIZE, "Repair will not impact cu " in tape_3590_print_io_sim_msg_f1() 1077 "0x%x on CU", sense->fmt.f71.md[1]); in tape_3590_print_io_sim_msg_f1() 1080 "nodes (0x%x-0x%x) on CU", sense->fmt.f71.md[1], in tape_3590_print_io_sim_msg_f1() 1086 "channel path 0x%x on CU", in tape_3590_print_io_sim_msg_f1() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | es_CU | 15 % Email: ramontanet@estudiantes.uci.cu 19 % Territory: CU 117 country_ab2 "CU"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | es_CU | 15 % Email: ramontanet@estudiantes.uci.cu 19 % Territory: CU 117 country_ab2 "CU"
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ccwdev.h | 27 #define CCW_DEVICE(cu, cum) \ argument 28 .cu_type=(cu), .cu_model=(cum), \ 32 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \ argument 33 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | clockevents.c | 403 struct ce_unbind *cu = arg; in __clockevents_unbind() local 407 res = __clockevents_try_unbind(cu->ce, smp_processor_id()); in __clockevents_unbind() 409 res = clockevents_replace(cu->ce); in __clockevents_unbind() 410 cu->res = res; in __clockevents_unbind() 420 struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; in clockevents_unbind() local 422 smp_call_function_single(cpu, __clockevents_unbind, &cu, 1); in clockevents_unbind() 423 return cu.res; in clockevents_unbind()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_qsfp.c | 435 "Cu Misc", "1490nm DFB", "Cu NoEq", "Cu Eq", 436 "Undef", "Cu Active BothEq", "Cu FarEq", "Cu NearEq"
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541_reg.h | 1019 /* Min QP for 16x16 CU inside ROI area0. */ 1021 /* Max QP for 16x16 CU inside ROI area0. */ 1023 /* Min QP for 16x16 CU inside ROI area1. */ 1025 /* Max QP for 16x16 CU inside ROI area1. */ 1027 /* Min QP for 16x16 CU inside ROI area2. */ 1038 /* Max QP for 16x16 CU inside ROI area2. */ 1040 /* Min QP for 16x16 CU inside ROI area3. */ 1042 /* Max QP for 16x16 CU inside ROI area3. */ 1044 /* Min QP for 16x16 CU inside ROI area4. */ 1046 /* Min QP for 16x16 CU inside ROI area4. */ [all …]
|
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_comm_venc.h | 184 RK_U32 u32Inter64x64CuNum; /* R; the inter64x64 cu num */ 185 RK_U32 u32Inter32x32CuNum; /* R; the inter32x32 cu num */ 186 RK_U32 u32Inter16x16CuNum; /* R; the inter16x16 cu num */ 187 RK_U32 u32Inter8x8CuNum; /* R; the inter8x8 cu num */ 188 RK_U32 u32Intra32x32CuNum; /* R; the Intra32x32 cu num */ 189 RK_U32 u32Intra16x16CuNum; /* R; the Intra16x16 cu num */ 190 RK_U32 u32Intra8x8CuNum; /* R; the Intra8x8 cu num */ 191 RK_U32 u32Intra4x4CuNum; /* R; the Intra4x4 cu num */ 218 …RK_U32 u32MoveScene16x16Num; /* R; the 16x16 cu num of the move scene*/ 243 RK_U32 u32MoveScene32x32Num; /* R; the 32x32 cu num of the move scene*/ [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | hexdump.c | 56 unsigned char cu = ch & 0xdf; in hex_to_bin() local 59 ((cu - 'A' + 11) & (unsigned)((cu - 'F' - 1) & ('A' - 1 - cu)) >> 8); in hex_to_bin()
|