Searched refs:pred_buf (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon.c | 73 uint8x16_t inp_buf, pred_buf; in ihevc_resi_trans_4x4_neon() local 91 pred_buf = load_unaligned_u8q(pu1_pred, pred_strd); in ihevc_resi_trans_4x4_neon() 96 pred_buf = load_unaligned_u8qi(pu1_pred + e_chroma_plane, pred_strd); in ihevc_resi_trans_4x4_neon() 99 abs = vabdl_u8(vget_low_u8(inp_buf), vget_low_u8(pred_buf)); in ihevc_resi_trans_4x4_neon() 100 abs = vabal_u8(abs, vget_high_u8(inp_buf), vget_high_u8(pred_buf)); in ihevc_resi_trans_4x4_neon() 107 diff_1 = vreinterpretq_s16_u16(vsubl_u8(vget_low_u8(inp_buf), vget_low_u8(pred_buf))); in ihevc_resi_trans_4x4_neon() 108 diff_2 = vreinterpretq_s16_u16(vsubl_u8(vget_high_u8(inp_buf), vget_high_u8(pred_buf))); in ihevc_resi_trans_4x4_neon()
|
/external/libaom/libaom/av1/encoder/ |
D | nonrd_pickmode.c | 1517 DECLARE_ALIGNED(16, uint8_t, pred_buf[3 * 128 * 128]); 1568 tmp[i].data = &pred_buf[pixels_in_block * i];
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 1722 DECLARE_ALIGNED(16, uint8_t, pred_buf[3 * 64 * 64] VPX_UNINITIALIZED); in vp9_pick_inter_mode() 1829 tmp[i].data = &pred_buf[pixels_in_block * i]; in vp9_pick_inter_mode() 1831 tmp[i].data = &pred_buf[pixels_in_block * i]; in vp9_pick_inter_mode()
|
D | vp9_encodeframe.c | 3485 uint8_t *const pred_buf) { in simple_motion_search() argument 3515 xd->plane[0].dst.buf = pred_buf; in simple_motion_search() 3534 uint8_t *const pred_buf = (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) in ml_predict_var_rd_paritioning() local 3539 uint8_t *const pred_buf = pred_buffer; in ml_predict_var_rd_paritioning() local 3582 simple_motion_search(cpi, x, bsize, mi_row, mi_col, ref_mv, ref, pred_buf); in ml_predict_var_rd_paritioning() 3606 const uint8_t *pred = pred_buf; in ml_predict_var_rd_paritioning()
|