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.c34 if (ybf->y_buffer_8bit) aom_free(ybf->y_buffer_8bit); in aom_free_frame_buffer()
157 if (ybf->y_buffer_8bit) aom_free(ybf->y_buffer_8bit); in realloc_frame_buffer_aligned()
158 ybf->y_buffer_8bit = (uint8_t *)aom_memalign(32, (size_t)yplane_size); in realloc_frame_buffer_aligned()
159 if (!ybf->y_buffer_8bit) return AOM_CODEC_MEM_ERROR; in realloc_frame_buffer_aligned()
161 if (ybf->y_buffer_8bit) { in realloc_frame_buffer_aligned()
162 aom_free(ybf->y_buffer_8bit); in realloc_frame_buffer_aligned()
163 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.c365 uint8_t *buf_8bit = frm->y_buffer_8bit; in av1_downconvert_frame()