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

  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 556 if (cpi->content_state_sb_fd == NULL &&
559 cpi->content_state_sb_fd = (uint8_t *)vpx_calloc(
vp9_encoder.h 712 uint8_t *content_state_sb_fd; member in struct:VP9_COMP
vp9_encodeframe.c     [all...]
vp9_encoder.c 794 vpx_free(cpi->content_state_sb_fd);
795 cpi->content_state_sb_fd = NULL;
    [all...]

Completed in 121 milliseconds