Searched refs:gf_active_flags (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dsegmentation.c21 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
26 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols));
H A Donyx_int.h656 unsigned char *gf_active_flags; member in struct:VP8_COMP
H A Donyx_if.c352 vpx_free(cpi->gf_active_flags);
353 cpi->gf_active_flags = 0;
1087 vpx_free(cpi->gf_active_flags);
1088 CHECK_MEM_ERROR(cpi->gf_active_flags,
1089 vpx_calloc(sizeof(*cpi->gf_active_flags),
2683 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols));
2732 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols));
H A Dencodeframe.c612 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;

Completed in 114 milliseconds