Home
last modified time | relevance | path

Searched refs:coded_height (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadecoder.c46 gint coded_height; member
109 g_value_set_int (value, self->coded_height); in gst_va_decoder_get_property()
176 self->coded_height = 0; in gst_va_decoder_init()
301 gint coded_width, gint coded_height, GArray * surfaces) in gst_va_decoder_set_frame_size_with_surfaces() argument
332 status = vaCreateContext (dpy, self->config, coded_width, coded_height, in gst_va_decoder_set_frame_size_with_surfaces()
344 self->coded_height = coded_height; in gst_va_decoder_set_frame_size_with_surfaces()
352 gint coded_height) in gst_va_decoder_set_frame_size() argument
355 coded_height, NULL); in gst_va_decoder_set_frame_size()
362 gint coded_height) in gst_va_decoder_update_frame_size() argument
382 self->coded_height = coded_height; in gst_va_decoder_update_frame_size()
[all …]
Dgstvadecoder.h50 gint coded_height,
54 gint coded_height);
57 gint coded_height);
/third_party/ffmpeg/libavcodec/
Dcfhd.c90 s->coded_height = 0; in init_frame_defaults()
253 if ((ret = ff_set_dimensions(avctx, s->coded_width, s->coded_height)) < 0) in alloc_buffers()
274 int height = (i || bayer) ? s->coded_height >> chroma_y_shift : s->coded_height; in alloc_buffers()
368 s->a_height = s->coded_height; in alloc_buffers()
422 s->coded_height = data; in cfhd_decode()
649 if (s->coded_height) { in cfhd_decode()
650 s->coded_height *= factor; in cfhd_decode()
657 if (!s->a_height && !s->coded_height) { in cfhd_decode()
658 s->coded_height = lowpass_height * factor * 8; in cfhd_decode()
663 if (s->a_height && !s->coded_height) in cfhd_decode()
[all …]
Dhapdec.c257 int h_block = avctx->coded_height / TEXTURE_BLOCK_H; in decompress_texture_thread_internal()
347 *(avctx->coded_height / TEXTURE_BLOCK_H) in hap_decode()
365 *(avctx->coded_height / TEXTURE_BLOCK_H) in hap_decode()
418 avctx->coded_height = FFALIGN(avctx->height, TEXTURE_BLOCK_H); in hap_init()
467 avctx->coded_height / TEXTURE_BLOCK_H); in hap_init()
Dmagicyuv.c128 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice10()
226 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice10()
258 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice()
359 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice()
567 if (s->slice_height <= 0 || s->slice_height > INT_MAX - avctx->coded_height) { in magy_decode_frame()
575 s->nb_slices = (avctx->coded_height + s->slice_height - 1) / s->slice_height; in magy_decode_frame()
587 …if ((avctx->coded_height % s->slice_height) && ((avctx->coded_height % s->slice_height) >> s->vshi… in magy_decode_frame()
Ddxv.c200 int h_block = avctx->coded_height / ctx->texture_block_h; in decompress_texture_thread()
231 h_block = (avctx->coded_height / 2) / ctx->ctexture_block_h; in decompress_texture_thread()
1093 ctx->ctex_size = avctx->coded_width * avctx->coded_height / 4; in dxv_decode()
1110 ctx->ctex_size = avctx->coded_width * avctx->coded_height / 4; in dxv_decode()
1151 avctx->coded_height / FFMAX(ctx->texture_block_h, in dxv_decode()
1180 ctx->tex_size = avctx->coded_width * avctx->coded_height * 4 / ctx->tex_rat; in dxv_decode()
1188 ctx->op_size[0] = avctx->coded_width * avctx->coded_height / 16; in dxv_decode()
1189 ctx->op_size[1] = avctx->coded_width * avctx->coded_height / 32; in dxv_decode()
1190 ctx->op_size[2] = avctx->coded_width * avctx->coded_height / 32; in dxv_decode()
1191 ctx->op_size[3] = avctx->coded_width * avctx->coded_height / 16; in dxv_decode()
[all …]
Dvc1_mc.c267 src_y = av_clip(src_y, -18 + (src_y & 1), s->avctx->coded_height + (src_y & 1)); in ff_vc1_mc_1mv()
268 … uvsrc_y = av_clip(uvsrc_y, -8 + (uvsrc_y & 1), (s->avctx->coded_height >> 1) + (uvsrc_y & 1)); in ff_vc1_mc_1mv()
270 src_y = av_clip(src_y, -18, s->avctx->coded_height + 1); in ff_vc1_mc_1mv()
271 uvsrc_y = av_clip(uvsrc_y, -8, s->avctx->coded_height >> 1); in ff_vc1_mc_1mv()
516 int height = s->avctx->coded_height >> 1; in ff_vc1_mc_4mv_luma()
551 src_y = av_clip(src_y, -18 + (src_y & 1), s->avctx->coded_height + (src_y & 1)); in ff_vc1_mc_4mv_luma()
553 src_y = av_clip(src_y, -18, s->avctx->coded_height + 1); in ff_vc1_mc_4mv_luma()
696 uvsrc_y = av_clip(uvsrc_y, -8, s->avctx->coded_height >> 1); in ff_vc1_mc_4mv_chroma()
879 … uvsrc_y = av_clip(uvsrc_y, -8 + (uvsrc_y & 1), (s->avctx->coded_height >> 1) + (uvsrc_y & 1)); in ff_vc1_mc_4mv_chroma4()
881 uvsrc_y = av_clip(uvsrc_y, -8, s->avctx->coded_height >> 1); in ff_vc1_mc_4mv_chroma4()
[all …]
Dimm5.c148 avctx->coded_height = codec_avctx->coded_height; in imm5_decode_frame()
Davcodec.c232 if (!(avctx->coded_width && avctx->coded_height && avctx->width && avctx->height && in avcodec_open2()
234 if (avctx->coded_width && avctx->coded_height) in avcodec_open2()
235 ret = ff_set_dimensions(avctx, avctx->coded_width, avctx->coded_height); in avcodec_open2()
242 if ((avctx->coded_width || avctx->coded_height || avctx->width || avctx->height) in avcodec_open2()
243 …&& ( av_image_check_size2(avctx->coded_width, avctx->coded_height, avctx->max_pixels, AV_PIX_FMT_… in avcodec_open2()
754 enc->height != enc->coded_height)) in avcodec_string()
756 " (%dx%d)", enc->coded_width, enc->coded_height); in avcodec_string()
Dmss12.c601 avctx->coded_height = FFMAX(AV_RB32(avctx->extradata + 24), avctx->height); in ff_mss12_decode_init()
602 if (avctx->coded_width > 4096 || avctx->coded_height > 4096) { in ff_mss12_decode_init()
604 avctx->coded_width, avctx->coded_height); in ff_mss12_decode_init()
607 if (avctx->coded_width < 1 || avctx->coded_height < 1) { in ff_mss12_decode_init()
609 avctx->coded_width, avctx->coded_height); in ff_mss12_decode_init()
633 avctx->coded_width, avctx->coded_height); in ff_mss12_decode_init()
Dagm.c423 int h = s->avctx->coded_height >> !shift; in decode_inter_plane()
456 int h = s->avctx->coded_height >> !shift; in decode_inter_plane()
805 s->blocks_h = avctx->coded_height >> 3; in decode_intra()
814 s->blocks_h = avctx->coded_height >> 4; in decode_intra()
823 s->blocks_h = avctx->coded_height >> 4; in decode_intra()
835 int nb_mvs = ((avctx->coded_height + 15) >> 4) * ((avctx->coded_width + 15) >> 4); in decode_motion_vectors()
888 s->blocks_h = avctx->coded_height >> 3; in decode_inter()
897 s->blocks_h = avctx->coded_height >> 4; in decode_inter()
906 s->blocks_h = avctx->coded_height >> 4; in decode_inter()
1226 frame->crop_top = avctx->coded_height - avctx->height; in decode_frame()
Dvaapi_decode.c544 avctx->coded_height < constraints->min_height || in vaapi_decode_make_config()
546 avctx->coded_height > constraints->max_height) { in vaapi_decode_make_config()
549 avctx->coded_width, avctx->coded_height, in vaapi_decode_make_config()
568 frames->height = avctx->coded_height; in vaapi_decode_make_config()
698 avctx->coded_width, avctx->coded_height, in ff_vaapi_decode_init()
Dmpegvideo_parser.c71 if(!avctx->width || !avctx->height || !avctx->coded_width || !avctx->coded_height){ in mpegvideo_extract_headers()
174 s->coded_height = FFALIGN(pc->height, 16); in mpegvideo_extract_headers()
Dvaapi_vc1.c278 .coded_height = s->avctx->coded_height, in vaapi_vc1_start_frame()
480 mb_height = avctx->coded_height + 31 >> 5; in vaapi_vc1_decode_slice()
482 mb_height = avctx->coded_height + 15 >> 4; in vaapi_vc1_decode_slice()
Dvdpau.c80 uint32_t h = avctx->coded_height; in MAKE_ACCESSORS()
282 vdctx->height = avctx->coded_height; in ff_vdpau_common_init()
319 avctx->coded_height == vdctx->height && (!hwctx || !hwctx->reset)) in ff_vdpau_common_reinit()
Dv4l2_m2m_dec.c71 selection.r.height = avctx->coded_height; in v4l2_try_start()
195 output->height = capture->height = avctx->coded_height; in v4l2_decode_init()
Dvc1dec.c552 s->mb_height = (avctx->coded_height + 15) >> 4; in vc1_decode_init()
564 v->sprite_height = avctx->coded_height; in vc1_decode_init()
567 avctx->coded_height = avctx->height = v->output_height; in vc1_decode_init()
702 slices[n_slices].mby_start = avctx->coded_height + 31 >> 5; in vc1_decode_frame()
790 avctx->height = avctx->coded_height = v->sprite_height; in vc1_decode_frame()
799 s->height != avctx->coded_height)) { in vc1_decode_frame()
814 if(avctx->coded_width<=1 || avctx->coded_height<=1) { in vc1_decode_frame()
819 s->v_edge_pos = avctx->coded_height; in vc1_decode_frame()
1138 avctx->height = avctx->coded_height = v->output_height; in vc1_decode_frame()
Dvc1_parser.c124 s->coded_height = FFALIGN(avctx->coded_height, 16); in vc1_extract_header()
Ddds.c443 int h_block = avctx->coded_height / TEXTURE_BLOCK_H; in decompress_texture_thread()
646 avctx->coded_height = FFALIGN(avctx->height, TEXTURE_BLOCK_H); in dds_decode()
665 int size = (avctx->coded_height / TEXTURE_BLOCK_H) * in dds_decode()
668 avctx->coded_height / TEXTURE_BLOCK_H); in dds_decode()
Dvp8_parser.c70 s->coded_height = FFALIGN(height, 16); in parse()
Dqsvdec.c280 avctx->coded_height = param->mfx.FrameInfo.Height; in qsv_decode_init_context()
630 if (!avctx->coded_height) in qsv_process_data()
631 avctx->coded_height = 720; in qsv_process_data()
637 avctx->coded_height != param.mfx.FrameInfo.Height)) { in qsv_process_data()
651 avctx->coded_height = param.mfx.FrameInfo.Height; in qsv_process_data()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvc1parser.c840 structc->coded_height = 240; in GST_START_TEST()
885 structc->coded_height = 240; in GST_START_TEST()
940 structc->coded_height = 240; in GST_START_TEST()
983 structc->coded_height = 240; in GST_START_TEST()
1059 assert_equals_int (entrypt->coded_height, 1080); in GST_START_TEST()
1189 assert_equals_int (entrypt->coded_height, 1080); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c108 guint coded_width, coded_height; member
253 self->coded_height = 0; in gst_d3d11_h264_dec_reset()
375 self->coded_width != sps->width || self->coded_height != sps->height) { in gst_nv_h264_dec_new_sequence()
381 self->coded_height = sps->height; in gst_nv_h264_dec_new_sequence()
440 cudaVideoCodec_H264, &info, self->coded_width, self->coded_height, in gst_nv_h264_dec_new_sequence()
/third_party/ffmpeg/tests/ref/fate/
Dhapqa-extract-nosnappy-to-hapq-mov25 coded_height=72
Dhapqa-extract-nosnappy-to-hapalphaonly-mov25 coded_height=72

1234