HomeSort by relevance Sort by last modified time
    Searched refs:gf_active_flags (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/encoder/
segmentation.c 21 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
26 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols));
onyx_int.h 661 unsigned char *gf_active_flags; // Record of which MBs still refer to last golden frame either directly or through 0,0 member in struct:__anon5136
onyx_if.c 324 if (cpi->gf_active_flags != 0)
325 vpx_free(cpi->gf_active_flags);
327 cpi->gf_active_flags = 0;
    [all...]
encodeframe.c 576 x->gf_active_ptr = (signed char *)cpi->gf_active_flags; // Point to base of GF active flags data structure
    [all...]

Completed in 36 milliseconds