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

  /external/libvpx/libvpx/vpx/
svc_context.h 62 uint32_t bytes_sum[VPX_SS_MAX_LAYERS]; member in struct:SvcInternal
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 569 si->bytes_sum[i] += cx_pkt->data.layer_sizes[i];
620 (double)si->psnr_sum[i][3] / number_of_frames, si->bytes_sum[i]);
638 bytes_total += si->bytes_sum[i];
640 si->bytes_sum[i] = 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 66 uint32_t bytes_sum[VPX_SS_MAX_LAYERS]; member in struct:SvcInternal
909 si->bytes_sum[si->layer] += frame_pkt_size;
    [all...]

Completed in 52 milliseconds