Searched refs:v_data_size (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_anatoliy.c320 unsigned* y_data_size, unsigned* u_data_size, unsigned* v_data_size,
333 *v_data_size = encode_slice_plane(avctx, mb_count, dest_v,
339 return *y_data_size + *u_data_size + *v_data_size;
379 unsigned y_data_size = 0, u_data_size = 0, v_data_size = 0; local
406 data_size - hdr_size, &y_data_size, &u_data_size, &v_data_size,
411 data_size - hdr_size, &y_data_size, &u_data_size, &v_data_size,
420 &v_data_size, *qp);
429 &v_data_size, *qp);
439 return hdr_size + y_data_size + u_data_size + v_data_size;
317 encode_slice_data(AVCodecContext *avctx, uint8_t *dest_y, uint8_t *dest_u, uint8_t *dest_v, int luma_stride, int chroma_stride, unsigned mb_count, uint8_t *buf, unsigned data_size, unsigned* y_data_size, unsigned* u_data_size, unsigned* v_data_size, int qp) argument
H A Dproresdec2.c509 int y_data_size, u_data_size, v_data_size, a_data_size; local
526 v_data_size = slice->data_size - y_data_size - u_data_size - hdr_size;
527 if (hdr_size > 7) v_data_size = AV_RB16(buf + 6);
529 v_data_size - hdr_size;
531 if (y_data_size < 0 || u_data_size < 0 || v_data_size < 0
532 || hdr_size+y_data_size+u_data_size+v_data_size > slice->data_size){
585 buf + y_data_size + u_data_size, v_data_size,
593 buf + y_data_size + u_data_size + v_data_size, local
H A Dproresdec_lgpl.c571 int y_data_size, u_data_size, v_data_size, a_data_size; local
621 v_data_size = hdr_size > 7 ? AV_RB16(buf + 6) : slice_data_size - coff[2];
622 coff[3] = coff[2] + v_data_size;
627 if (v_data_size < 0 || a_data_size < 0 || hdr_size < 6) {
664 ret = decode_slice_plane(ctx, td, buf + coff[2], v_data_size,
H A Dindeo3.c105 int32_t v_data_size; member in struct:Indeo3DecodeContext
982 ctx->v_data_size = ends[1] - starts[1];
986 FFMIN3(ctx->y_data_size, ctx->v_data_size, ctx->u_data_size) <= 0) {
1108 if ((res = decode_plane(ctx, avctx, &ctx->planes[2], ctx->v_data_ptr, ctx->v_data_size, 10)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdec.c517 int slice_data_size, hdr_size, y_data_size, u_data_size, v_data_size; local
552 v_data_size = hdr_size > 7 ? AV_RB16(buf + 6) :
555 if (hdr_size + y_data_size + u_data_size + v_data_size > slice_data_size ||
556 v_data_size < 0 || hdr_size < 6) {
591 v_data_size,
H A Dindeo3.c104 int32_t v_data_size; member in struct:Indeo3DecodeContext
968 ctx->v_data_size = ends[1] - starts[1];
972 FFMIN3(ctx->y_data_size, ctx->v_data_size, ctx->u_data_size) <= 0) {
1091 if ((res = decode_plane(ctx, avctx, &ctx->planes[2], ctx->v_data_ptr, ctx->v_data_size, 10)))

Completed in 57 milliseconds