Home | History | Annotate | Download | only in encoder

Lines Matching refs:gf_active_flags

230     if (cpi->gf_active_flags != 0)
231 vpx_free(cpi->gf_active_flags);
233 cpi->gf_active_flags = 0;
1294 if (cpi->gf_active_flags != 0)
1295 vpx_free(cpi->gf_active_flags);
1297 CHECK_MEM_ERROR(cpi->gf_active_flags, vpx_calloc(1, cm->mb_rows * cm->mb_cols));
2910 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols));
2958 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols));