Home
last modified time | relevance | path

Searched refs:tmp_buf16 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Dreconinter.c682 CONV_BUF_TYPE *tmp_buf16 = (CONV_BUF_TYPE *)tmp_buf; in av1_make_masked_inter_predictor() local
683 inter_pred_params->conv_params.dst = tmp_buf16; in av1_make_masked_inter_predictor()
695 tmp_buf16, tmp_buf_stride, inter_pred_params->block_height, in av1_make_masked_inter_predictor()
700 dst, dst_stride, org_dst, org_dst_stride, tmp_buf16, tmp_buf_stride, in av1_make_masked_inter_predictor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2745 DECLARE_ALIGNED(16, uint16_t, tmp_buf16[MAX_MB_PLANE * 64 * 64]); in handle_inter_mode()
2775 tmp_buf = CONVERT_TO_BYTEPTR(tmp_buf16); in handle_inter_mode()
2777 tmp_buf = (uint8_t *)tmp_buf16; in handle_inter_mode()