Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_scale/generic/
Dyv12config.c36 if (ybf->y_buffer_8bit) aom_free(ybf->y_buffer_8bit); in aom_free_frame_buffer()
156 if (ybf->y_buffer_8bit) aom_free(ybf->y_buffer_8bit); in realloc_frame_buffer_aligned()
157 ybf->y_buffer_8bit = (uint8_t *)aom_memalign(32, (size_t)yplane_size); in realloc_frame_buffer_aligned()
158 if (!ybf->y_buffer_8bit) return -1; in realloc_frame_buffer_aligned()
160 if (ybf->y_buffer_8bit) { in realloc_frame_buffer_aligned()
161 aom_free(ybf->y_buffer_8bit); in realloc_frame_buffer_aligned()
162 ybf->y_buffer_8bit = NULL; in realloc_frame_buffer_aligned()
/external/libaom/libaom/aom_scale/
Dyv12config.h87 uint8_t *y_buffer_8bit; member
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c264 uint8_t *buf_8bit = frm->y_buffer_8bit; in downconvert_frame()