Searched refs:coded_size (Results 1 - 11 of 11) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib571.c | 60 int coded_size = RTP_PKT_LENGTH(data); in rtp_write() local 68 if(message_size != coded_size) { in rtp_write() 70 coded_size, message_size); in rtp_write()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | cwebp.c | 192 fprintf(stderr, "%7d %2.2f\n", stats->coded_size, stats->PSNR[3]); in PrintExtraInfoLossless() 196 fprintf(stderr, "Output: %d bytes (%.2f bpp)\n", stats->coded_size, in PrintExtraInfoLossless() 197 8.f * stats->coded_size / pic->width / pic->height); in PrintExtraInfoLossless() 207 fprintf(stderr, "%7d %2.2f\n", stats->coded_size, stats->PSNR[3]); in PrintExtraInfoLossy() 220 stats->coded_size, in PrintExtraInfoLossy() 222 8.f * stats->coded_size / pic->width / pic->height); in PrintExtraInfoLossy() 234 100.f * stats->header_bytes[0] / stats->coded_size, in PrintExtraInfoLossy() 236 100.f * stats->header_bytes[1] / stats->coded_size); in PrintExtraInfoLossy() 246 PrintByteCount(stats->residual_bytes[0], stats->coded_size, totals); in PrintExtraInfoLossy() 248 PrintByteCount(stats->residual_bytes[1], stats->coded_size, total in PrintExtraInfoLossy() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | libvpxenc.c | 1607 int res, coded_size; in vpx_encode() local 1771 coded_size = queue_frames(avctx, &ctx->encoder, &ctx->coded_frame_list, pkt); in vpx_encode() 1778 av_assert0(!coded_size); in vpx_encode() 1780 coded_size = storeframe(avctx, cx_frame, alpha_cx_frame, pkt); in vpx_encode() 1781 if (coded_size < 0) in vpx_encode() 1782 return coded_size; in vpx_encode() 1805 *got_packet = !!coded_size; in vpx_encode()
|
H A D | libaomenc.c | 1215 int res, coded_size; in aom_encode() local 1246 coded_size = queue_frames(avctx, pkt); in aom_encode() 1261 *got_packet = !!coded_size; in aom_encode()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | vp8l_enc.c | 1389 size_t* const coded_size) { in WriteImage() 1412 *coded_size = CHUNK_HEADER_SIZE + riff_size; in WriteImage() 2046 size_t coded_size; in VP8LEncodeImage() local 2109 err = WriteImage(picture, &bw, &coded_size); in VP8LEncodeImage() 2117 picture->stats->coded_size += (int)coded_size; in VP8LEncodeImage() 2118 picture->stats->lossless_size = (int)coded_size; in VP8LEncodeImage() 1387 WriteImage(const WebPPicture* const pic, VP8LBitWriter* const bw, size_t* const coded_size) WriteImage() argument
|
H A D | alpha_enc.c | 351 pic->stats->coded_size += (int)(*output_size); in EncodeAlpha()
|
H A D | webp_enc.c | 296 stats->coded_size = enc->coded_size_; in StoreStats()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | buffer.c | 156 ((VACodedBufferSegment*)buf->data)->size = buf->coded_size; in vlVaMapBuffer()
|
H A D | va_private.h | 277 unsigned int coded_size; member
|
H A D | surface.c | 139 context->decoder->get_feedback(context->decoder, surf->feedback, &(surf->coded_buf->coded_size)); in vlVaSyncSurface()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | encode.h | 205 int coded_size; // final size member
|
Completed in 17 milliseconds