Home
last modified time | relevance | path

Searched defs:is_chroma (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_ssd_calculator_neon.c57 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd, WORD32 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()
107 ihevce_1x16_ssd_computer_neon(UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 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()
170 ihevce_1x64_ssd_computer_neon(UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 is_chroma) in ihevce_1x64_ssd_computer_neon()
239 WORD32 is_chroma) in ihevce_ssd_calculator_plane_neon()
Dihevce_had_compute_neon.c62 #define RESIDUE(k, is_chroma) \ argument
301 WORD32 is_chroma) in hadamard8x8()
328 WORD32 is_chroma, in ihevce_HAD_8x8_8bit_plane_neon()
376 WORD32 is_chroma, in ihevce_HAD_4x4_8bit_plane_neon()
/external/libhevc/common/arm/
Dihevc_resi_trans_neon.c412 #define RESIDUE(k, is_chroma) \ in ihevc_resi_trans_8x8_neon() argument
795 static INLINE void load(const uint8_t *a, int stride, uint8x8_t *b, int is_chroma) in load()
/external/libaom/libaom/aom_dsp/
Dnoise_model.c959 static int ar_equation_system_solve(aom_noise_state_t *state, int is_chroma) { in ar_equation_system_solve()
1042 const int is_chroma = channel != 0; in aom_noise_model_update() local