Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dpreproc.c32 #define ROUNDUP32(X) ( ( ( (unsigned long) X ) + 31 )&( 0xFFFFFFE0 ) ) macro
235 ppi->frame_buffer = (unsigned char *) ROUNDUP32(ppi->frame_buffer_alloc); in init_pre_proc7()
245 ppi->fixed_divide = (unsigned int *) ROUNDUP32(ppi->fixed_divide_alloc); in init_pre_proc7()
/external/libvpx/vp8/encoder/x86/
Dpreproc_mmx.c20 #define ROUNDUP32(X) ( ( ( (unsigned long) X ) + 31 )&( 0xFFFFFFE0 ) ) macro