Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dbicubic_scaler.c30 #pragma DATA_SECTION(g_hbuf, "VP6_HEAP")
31 #pragma DATA_ALIGN (g_hbuf, 32);
32 unsigned char g_hbuf[MAX_OUT_DIMENSION]; variable
348 g_b_scaler.hbuf = g_hbuf; in bicubic_coefficient_setup()