Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Ddecodeframe.c3753 uint16_t *hbd_mc_buf; in allocate_mc_tmp_buf() local
3754 CHECK_MEM_ERROR(cm, hbd_mc_buf, (uint16_t *)aom_memalign(16, buf_size)); in allocate_mc_tmp_buf()
3755 thread_data->mc_buf[ref] = CONVERT_TO_BYTEPTR(hbd_mc_buf); in allocate_mc_tmp_buf()