Home
last modified time | relevance | path

Searched refs:ALIGN2 (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AArch64/
Dpreferred-function-alignment.ll1 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=generic < %s | FileCheck --check-prefixes=ALIGN2,CH…
2 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=cortex-a35 < %s | FileCheck --check-prefixes=ALIGN2
12 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=cyclone < %s | FileCheck --check-prefixes=ALIGN2,CH…
13 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=falkor < %s | FileCheck --check-prefixes=ALIGN2,CHE…
14 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=kryo < %s | FileCheck --check-prefixes=ALIGN2,CHECK…
31 ; ALIGN2: .p2align 2
/external/libmpeg2/fuzzer/
Dmpeg2_dec_fuzzer.cpp34 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro
296 sizes[1] = ALIGN2(mWidth) * ALIGN2(mHeight) >> 1; in allocFrame()
315 sizes[1] = ALIGN2(mWidth) * ALIGN2(mHeight) >> 2; in allocFrame()
316 sizes[2] = ALIGN2(mWidth) * ALIGN2(mHeight) >> 2; in allocFrame()
/external/libavc/encoder/
Dih264e_core_coding.c850 (*pv_mb_coeff_data) = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz_cnt); in ih264e_pack_l_mb_i16()
903 (*pv_mb_coeff_data) = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz_cnt); in ih264e_pack_l_mb_i16()
1066 (*pv_mb_coeff_data) = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz_cnt); in ih264e_pack_l_mb()
1290 (*pv_mb_coeff_data) = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz_cnt); in ih264e_pack_c_mb()
1395 (*pv_mb_coeff_data) = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz_cnt); in ih264e_pack_c_mb()
1811 (*pv_mb_coeff_data) = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz_cnt); in ih264e_code_luma_intra_macroblock_4x4()
1949 (*pv_mb_coeff_data) = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz_cnt); in ih264e_code_luma_intra_macroblock_4x4_rdopt_on()
Dih264e_defs.h49 pv_mb_coeff_data = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz); \
/external/libhevc/common/
Dihevc_macros.h55 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro
/external/libavc/common/
Dih264_macros.h51 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro
/external/llvm-project/llvm/test/Object/
Darchive-symtab.test198 # RUN: FileCheck --check-prefix=MACHO-SYMTAB-ALIGN2 %s < %t.a
199 # MACHO-SYMTAB-ALIGN2: !<arch>
200 # MACHO-SYMTAB-ALIGN2-NEXT: #1/12 0 0 0 0 52 `
/external/libhevc/encoder/
Dihevce_error_check.c729 ALIGN2(i4_max_idr_period); in ihevce_hle_validate_static_params()
736 ALIGN2(i4_max_cra_period); in ihevce_hle_validate_static_params()
738 ALIGN2(i4_max_i_period); in ihevce_hle_validate_static_params()