/third_party/ffmpeg/libavcodec/ |
H A D | cfhd.c | 90 s->coded_width = 0; in init_frame_defaults() 254 if ((ret = ff_set_dimensions(avctx, s->coded_width, s->coded_height)) < 0) in alloc_buffers() 274 int width = (i || bayer) ? s->coded_width >> chroma_x_shift : s->coded_width; in alloc_buffers() 370 s->a_width = s->coded_width; in alloc_buffers() 418 s->coded_width = data; in cfhd_decode() 644 if (s->coded_width) { in cfhd_decode() 645 s->coded_width *= factor; in cfhd_decode() 652 if (!s->a_width && !s->coded_width) { in cfhd_decode() 653 s->coded_width in cfhd_decode() [all...] |
H A D | avcodec.c | 193 if (!(avctx->coded_width && avctx->coded_height && avctx->width && avctx->height && in avcodec_open2() 195 if (avctx->coded_width && avctx->coded_height) in avcodec_open2() 196 ret = ff_set_dimensions(avctx, avctx->coded_width, avctx->coded_height); in avcodec_open2() 203 if ((avctx->coded_width || avctx->coded_height || avctx->width || avctx->height) in avcodec_open2() 204 && ( av_image_check_size2(avctx->coded_width, avctx->coded_height, avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx) < 0 in avcodec_open2() 629 (enc->width != enc->coded_width || in avcodec_string() 632 enc->coded_width, enc->coded_height); in avcodec_string()
|
H A D | vaapi_decode.c | 545 if (avctx->coded_width < constraints->min_width || in vaapi_decode_make_config() 547 avctx->coded_width > constraints->max_width || in vaapi_decode_make_config() 551 avctx->coded_width, avctx->coded_height, in vaapi_decode_make_config() 569 frames->width = avctx->coded_width; in vaapi_decode_make_config() 660 avctx->coded_width, avctx->coded_height, in ff_vaapi_decode_init()
|
H A D | mss12.c | 600 avctx->coded_width = FFMAX(AV_RB32(avctx->extradata + 20), avctx->width); 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()
|
H A D | vbndec.c | 128 linesize = avctx->coded_width / 2; in vbn_decode_frame() 132 linesize = avctx->coded_width; in vbn_decode_frame()
|
H A D | v4l2_m2m_dec.c | 72 selection.r.width = avctx->coded_width; in v4l2_try_start() 200 output->width = capture->width = avctx->coded_width; in v4l2_decode_init()
|
H A D | vc1_parser.c | 122 s->coded_width = FFALIGN(avctx->coded_width, 16); in vc1_extract_header()
|
H A D | texturedsp_template.c | 28 int w_block = avctx->coded_width / TEXTURE_BLOCK_W; in TEXTUREDSP_FUNC_NAME()
|
H A D | dxv.c | 199 int w_block = avctx->coded_width / ctx->texture_block_w; in decompress_texture_thread() 230 w_block = (avctx->coded_width / 2) / ctx->ctexture_block_w; in decompress_texture_thread() 1092 ctx->ctex_size = avctx->coded_width * avctx->coded_height / 4; in dxv_decode() 1109 ctx->ctex_size = avctx->coded_width * avctx->coded_height / 4; in dxv_decode() 1179 ctx->tex_size = avctx->coded_width * avctx->coded_height * 4 / ctx->tex_rat; in dxv_decode() 1187 ctx->op_size[0] = avctx->coded_width * avctx->coded_height / 16; in dxv_decode() 1188 ctx->op_size[1] = avctx->coded_width * avctx->coded_height / 32; in dxv_decode() 1189 ctx->op_size[2] = avctx->coded_width * avctx->coded_height / 32; in dxv_decode() 1190 ctx->op_size[3] = avctx->coded_width * avctx->coded_height / 16; in dxv_decode() 1207 int w_block = avctx->coded_width / ct in dxv_decode() [all...] |
H A D | magicyuv.c | 130 int width = AV_CEIL_RSHIFT(avctx->coded_width, s->hshift[i]); in magy_decode_slice10() 228 int width = avctx->coded_width; in magy_decode_slice10() 260 int width = AV_CEIL_RSHIFT(avctx->coded_width, s->hshift[i]); in magy_decode_slice() 361 int width = avctx->coded_width; in magy_decode_slice() 561 if (slice_width != avctx->coded_width) { in magy_decode_frame()
|
H A D | vp8_parser.c | 69 s->coded_width = FFALIGN(width, 16); in parse()
|
H A D | agm.c | 425 int w = s->avctx->coded_width >> !shift; in decode_inter_plane() 458 int w = s->avctx->coded_width >> !shift; in decode_inter_plane() 805 s->blocks_w = avctx->coded_width >> 3; in decode_intra() 814 s->blocks_w = avctx->coded_width >> 4; in decode_intra() 823 s->blocks_w = avctx->coded_width >> 4; in decode_intra() 836 int nb_mvs = ((avctx->coded_height + 15) >> 4) * ((avctx->coded_width + 15) >> 4); in decode_motion_vectors() 888 s->blocks_w = avctx->coded_width >> 3; in decode_inter() 897 s->blocks_w = avctx->coded_width >> 4; in decode_inter() 906 s->blocks_w = avctx->coded_width >> 4; in decode_inter() 1227 frame->crop_left = avctx->coded_width in decode_frame() [all...] |
H A D | hapdec.c | 286 if (ctx->tex_size != (avctx->coded_width / TEXTURE_BLOCK_W) in hap_decode() 301 if (tex_size < (avctx->coded_width / TEXTURE_BLOCK_W) in hap_decode() 350 avctx->coded_width = FFALIGN(avctx->width, TEXTURE_BLOCK_W); in hap_init()
|
H A D | vdpau.c | 84 uint32_t w = avctx->coded_width; in MAKE_ACCESSORS() 286 vdctx->width = avctx->coded_width; in ff_vdpau_common_init() 323 if (avctx->coded_width == vdctx->width && in ff_vdpau_common_reinit()
|
H A D | imm5.c | 146 avctx->coded_width = codec_avctx->coded_width; in imm5_decode_frame()
|
H A D | mpegvideo_parser.c | 139 if(!avctx->width || !avctx->height || !avctx->coded_width || !avctx->coded_height){ in mpegvideo_extract_headers() 241 s->coded_width = FFALIGN(pc->width, 16); in mpegvideo_extract_headers()
|
H A D | cuviddec.c | 141 avctx->coded_width = cuinfo.ulWidth = format->coded_width; in cuvid_handle_video_sequence() 255 && avctx->coded_width == format->coded_width in cuvid_handle_video_sequence() 800 int probed_width = avctx->coded_width ? avctx->coded_width : 1280; in cuvid_decode_init()
|
H A D | h264_parser.c | 392 s->coded_width = 16 * sps->mb_width; in parse_nal_units() 394 s->width = s->coded_width - (sps->crop_right + sps->crop_left); in parse_nal_units() 397 s->width = s->coded_width; in parse_nal_units()
|
H A D | nvdec.c | 396 params.ulWidth = avctx->coded_width; in ff_nvdec_decode_init() 398 params.ulTargetWidth = avctx->coded_width; in ff_nvdec_decode_init() 723 frames_ctx->width = (avctx->coded_width + 1) & ~1; in ff_nvdec_frame_params()
|
H A D | vc1_mc.c | 264 src_x = av_clip( src_x, -17, s->avctx->coded_width); in ff_vc1_mc_1mv() 265 uvsrc_x = av_clip(uvsrc_x, -8, s->avctx->coded_width >> 1); in ff_vc1_mc_1mv() 515 int width = s->avctx->coded_width; in ff_vc1_mc_4mv_luma() 549 src_x = av_clip(src_x, -17, s->avctx->coded_width); in ff_vc1_mc_4mv_luma() 695 uvsrc_x = av_clip(uvsrc_x, -8, s->avctx->coded_width >> 1); in ff_vc1_mc_4mv_chroma() 877 uvsrc_x = av_clip(uvsrc_x, -8, s->avctx->coded_width >> 1); in ff_vc1_mc_4mv_chroma4() 1050 src_x = av_clip( src_x, -17, s->avctx->coded_width); in ff_vc1_interp_mc() 1051 uvsrc_x = av_clip(uvsrc_x, -8, s->avctx->coded_width >> 1); in ff_vc1_interp_mc()
|
H A D | vc1dec.c | 556 s->mb_width = (avctx->coded_width + 15) >> 4; in vc1_decode_init() 568 v->sprite_width = avctx->coded_width; in vc1_decode_init() 571 avctx->coded_width = avctx->width = v->output_width; in vc1_decode_init() 794 avctx->width = avctx->coded_width = v->sprite_width; in vc1_decode_frame() 803 (s->width != avctx->coded_width || in vc1_decode_frame() 819 if(avctx->coded_width<=1 || avctx->coded_height<=1) { in vc1_decode_frame() 823 s->h_edge_pos = avctx->coded_width; in vc1_decode_frame() 1135 avctx->width = avctx->coded_width = v->output_width; in vc1_decode_frame()
|
H A D | cfhd.h | 158 int coded_width; member
|
H A D | avs3_parser.c | 123 s->width = s->coded_width = avctx->width; in parse_avs3_nal_units()
|
H A D | sp5xdec.c | 65 AV_WB16(recoded+j+7, avctx->coded_width); in ff_sp5x_process_packet()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_qsv.c | 93 frames_ctx->width = FFALIGN(s->coded_width, 32); in qsv_init()
|