Searched defs:second_pred_alloc_16 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1733 DECLARE_ALIGNED(16, uint16_t, second_pred_alloc_16[64 * 64]);
1787 second_pred = CONVERT_TO_BYTEPTR(second_pred_alloc_16);
1790 second_pred_alloc_16, pw, &frame_mv[refs[!id]].as_mv, &sf, pw, ph, 0, local
1793 second_pred = (uint8_t *)second_pred_alloc_16;

Completed in 218 milliseconds