Searched refs:recon_strd (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_ssd_and_sad_calculator_neon.c | 57 WORD32 recon_strd, in ihevce_ssd_and_sad_calculator_neon() argument 68 const uint8x16_t ref_u8 = load_unaligned_u8q(pu1_recon, recon_strd); in ihevce_ssd_and_sad_calculator_neon() 112 pu1_recon += recon_strd; in ihevce_ssd_and_sad_calculator_neon() 156 pu1_recon += recon_strd; in ihevce_ssd_and_sad_calculator_neon() 216 pu1_recon += recon_strd; in ihevce_ssd_and_sad_calculator_neon() 304 pu1_recon += recon_strd; in ihevce_ssd_and_sad_calculator_neon()
|
/external/libhevc/encoder/ |
D | ihevce_enc_loop_utils.h | 187 WORD32 recon_strd, 202 WORD32 recon_strd,
|
D | ihevce_common_utils.c | 971 WORD32 recon_strd, in ihevce_ssd_and_sad_calculator() argument 993 pu1_recon += recon_strd - trans_size; in ihevce_ssd_and_sad_calculator()
|
D | ihevce_enc_loop_utils.c | 2529 WORD32 recon_strd, in ihevce_it_recon_fxn() argument 2554 pu1_curr_recon, recon_strd, pu1_curr_pred, pred_strd, trans_size, sizeof(UWORD8)); in ihevce_it_recon_fxn() 2585 pu1_recon, recon_strd, pu1_pred, pred_strd, trans_size, 1); in ihevce_it_recon_fxn() 2594 recon_strd, in ihevce_it_recon_fxn() 2609 recon_strd, in ihevce_it_recon_fxn() 2650 WORD32 recon_strd, in ihevce_chroma_it_recon_fxn() argument 2681 pu1_pred, pred_strd, pu1_recon, recon_strd, trans_size, trans_size, e_chroma_plane); in ihevce_chroma_it_recon_fxn() 2690 recon_strd, in ihevce_chroma_it_recon_fxn() 2705 recon_strd, in ihevce_chroma_it_recon_fxn()
|