Home
last modified time | relevance | path

Searched defs:intbuf (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c427 uint8_t *intbuf = (uint8_t *)calloc(width2 * height, sizeof(*intbuf)); in vp9_resize_plane() local
716 uint16_t *intbuf = (uint16_t *)malloc(sizeof(uint16_t) * width2 * height); in vp9_highbd_resize_plane() local
/external/libaom/libaom/av1/common/
Dresize.c648 uint8_t *intbuf = (uint8_t *)aom_malloc(sizeof(uint8_t) * width2 * height); in av1_resize_plane() local
679 double *intbuf = (double *)aom_malloc(sizeof(double) * width2 * height); in av1_upscale_plane_double_prec() local
1021 uint16_t *intbuf = (uint16_t *)aom_malloc(sizeof(uint16_t) * width2 * height); in av1_highbd_resize_plane() local
/external/gflags/src/
Dgflags.cc371 char intbuf[64]; // enough to hold even the biggest number in ToString() local