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 | 193 WORD32 recon_strd, 208 WORD32 recon_strd,
|
D | ihevce_common_utils.c | 975 WORD32 recon_strd, in ihevce_ssd_and_sad_calculator() argument 997 pu1_recon += recon_strd - trans_size; in ihevce_ssd_and_sad_calculator()
|
D | ihevce_enc_loop_utils.c | 2581 WORD32 recon_strd, in ihevce_it_recon_fxn() argument 2606 pu1_curr_recon, recon_strd, pu1_curr_pred, pred_strd, trans_size, sizeof(UWORD8)); in ihevce_it_recon_fxn() 2637 pu1_recon, recon_strd, pu1_pred, pred_strd, trans_size, 1); in ihevce_it_recon_fxn() 2646 recon_strd, in ihevce_it_recon_fxn() 2661 recon_strd, in ihevce_it_recon_fxn() 2702 WORD32 recon_strd, in ihevce_chroma_it_recon_fxn() argument 2733 pu1_pred, pred_strd, pu1_recon, recon_strd, trans_size, trans_size, e_chroma_plane); in ihevce_chroma_it_recon_fxn() 2742 recon_strd, in ihevce_chroma_it_recon_fxn() 2757 recon_strd, in ihevce_chroma_it_recon_fxn()
|