Searched refs:patch_stride (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_sbrdec_lpfuncs.c | 301 WORD32 patch_stride; in ixheaacd_reset_hf_generator() local 366 patch_stride = sb - src_start_band; in ixheaacd_reset_hf_generator() 367 patch_stride = (WORD16)(patch_stride & ~1); in ixheaacd_reset_hf_generator() 368 num_bands_in_patch = (lsb - (sb - patch_stride)); in ixheaacd_reset_hf_generator() 374 patch_stride = ((num_bands_in_patch + sb) - lsb); in ixheaacd_reset_hf_generator() 375 patch_stride = (WORD16)((patch_stride + 1) & ~1); in ixheaacd_reset_hf_generator() 378 ptr_loc_patch_param->src_start_band = (sb - patch_stride); in ixheaacd_reset_hf_generator() 379 ptr_loc_patch_param->dst_end_band = patch_stride; in ixheaacd_reset_hf_generator() 953 WORD32 sb, source_start_band, patch_stride, num_bands_in_patch; in ixheaacd_generate_hf() local 1087 patch_stride = sb - source_start_band; in ixheaacd_generate_hf() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 370 LLVMValueRef patch_stride = get_tcs_in_patch_stride(ctx); in get_tcs_in_current_patch_offset() local 373 return LLVMBuildMul(ctx->ac.builder, patch_stride, rel_patch_id, ""); in get_tcs_in_current_patch_offset() 380 LLVMValueRef patch_stride = get_tcs_out_patch_stride(ctx); in get_tcs_out_current_patch_offset() local 384 LLVMBuildMul(ctx->ac.builder, patch_stride, in get_tcs_out_current_patch_offset() 394 LLVMValueRef patch_stride = get_tcs_out_patch_stride(ctx); in get_tcs_out_current_patch_data_offset() local 398 LLVMBuildMul(ctx->ac.builder, patch_stride, in get_tcs_out_current_patch_data_offset()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 474 LLVMValueRef patch_stride = get_tcs_in_patch_stride(ctx); in get_tcs_in_current_patch_offset() local 477 return LLVMBuildMul(ctx->builder, patch_stride, rel_patch_id, ""); in get_tcs_in_current_patch_offset() 484 LLVMValueRef patch_stride = get_tcs_out_patch_stride(ctx); in get_tcs_out_current_patch_offset() local 488 LLVMBuildMul(ctx->builder, patch_stride, in get_tcs_out_current_patch_offset() 498 LLVMValueRef patch_stride = get_tcs_out_patch_stride(ctx); in get_tcs_out_current_patch_data_offset() local 502 LLVMBuildMul(ctx->builder, patch_stride, in get_tcs_out_current_patch_data_offset()
|