/external/libhevc/encoder/arm/ |
D | ihevce_ssd_calculator_neon.c | 57 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd, WORD32 is_chroma) in ihevce_4x4_ssd_computer_neon() argument 63 if(!is_chroma) in ihevce_4x4_ssd_computer_neon() 83 ihevce_1x8_ssd_computer_neon(UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 is_chroma) in ihevce_1x8_ssd_computer_neon() argument 89 if(!is_chroma) in ihevce_1x8_ssd_computer_neon() 107 ihevce_1x16_ssd_computer_neon(UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 is_chroma) in ihevce_1x16_ssd_computer_neon() argument 113 if(!is_chroma) in ihevce_1x16_ssd_computer_neon() 133 ihevce_1x32_ssd_computer_neon(UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 is_chroma) in ihevce_1x32_ssd_computer_neon() argument 139 if(!is_chroma) in ihevce_1x32_ssd_computer_neon() 170 ihevce_1x64_ssd_computer_neon(UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 is_chroma) in ihevce_1x64_ssd_computer_neon() argument 180 if(!is_chroma) in ihevce_1x64_ssd_computer_neon() [all …]
|
D | ihevce_had_compute_neon.c | 62 #define RESIDUE(k, is_chroma) \ argument 63 if(!is_chroma) \ 301 WORD32 is_chroma) in hadamard8x8() argument 304 RESIDUE(0, is_chroma); in hadamard8x8() 305 RESIDUE(1, is_chroma); in hadamard8x8() 306 RESIDUE(2, is_chroma); in hadamard8x8() 307 RESIDUE(3, is_chroma); in hadamard8x8() 308 RESIDUE(4, is_chroma); in hadamard8x8() 309 RESIDUE(5, is_chroma); in hadamard8x8() 310 RESIDUE(6, is_chroma); in hadamard8x8() [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 959 static int ar_equation_system_solve(aom_noise_state_t *state, int is_chroma) { in ar_equation_system_solve() argument 972 for (int i = 0; i < (state->eqns.n - is_chroma); ++i) { in ar_equation_system_solve() 975 var /= (n - is_chroma); in ar_equation_system_solve() 983 for (int i = 0; i < state->eqns.n - is_chroma; ++i) { in ar_equation_system_solve() 985 if (is_chroma) { in ar_equation_system_solve() 1042 const int is_chroma = channel != 0; in aom_noise_model_update() local 1053 is_chroma)) { in aom_noise_model_update() 1054 if (is_chroma) { in aom_noise_model_update() 1091 is_chroma)) { in aom_noise_model_update() 1092 if (is_chroma) { in aom_noise_model_update()
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon.c | 412 #define RESIDUE(k, is_chroma) \ in ihevc_resi_trans_8x8_neon() argument 413 if(!is_chroma) \ in ihevc_resi_trans_8x8_neon() 795 static INLINE void load(const uint8_t *a, int stride, uint8x8_t *b, int is_chroma) in load() argument 799 if(is_chroma == 0) in load()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-04-27-CoalescerAssert.ll | 22 define void @getAffNeighbour(i32 %curr_mb_nr, i32 %xN, i32 %yN, i32 %is_chroma, %struct.PixelPos* %… 29 %4 = sext i32 %is_chroma to i64 ; <i64> [#uses=8]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-04-27-CoalescerAssert.ll | 22 define void @getAffNeighbour(i32 %curr_mb_nr, i32 %xN, i32 %yN, i32 %is_chroma, %struct.PixelPos* %… 29 %4 = sext i32 %is_chroma to i64 ; <i64> [#uses=8]
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-27-CoalescerAssert.ll | 22 define void @getAffNeighbour(i32 %curr_mb_nr, i32 %xN, i32 %yN, i32 %is_chroma, %struct.PixelPos* %… 29 %4 = sext i32 %is_chroma to i64 ; <i64> [#uses=8]
|