Home
last modified time | relevance | path

Searched refs:frame_height (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dvmdvideo.c199 int frame_width, frame_height; in vmd_decode() local
204 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1; in vmd_decode()
206 if ((frame_width == s->avctx->width && frame_height == s->avctx->height) && in vmd_decode()
224 if (frame_y < 0 || frame_height < 0 || in vmd_decode()
226 frame_height > s->avctx->height || in vmd_decode()
227 frame_y + frame_height > s->avctx->height) { in vmd_decode()
230 frame_y, frame_height); in vmd_decode()
238 (frame_height != s->avctx->height))) { in vmd_decode()
295 for (i = 0; i < frame_height; i++) { in vmd_decode()
326 for (i = 0; i < frame_height; in vmd_decode()
[all...]
H A Dcbs_vp9_syntax_template.c80 vp9->frame_height = current->frame_height_minus_1 + 1; in frame_size()
83 vp9->mi_rows = (vp9->frame_height + 7) >> 3; in frame_size()
118 vp9->frame_height = ref->frame_height; in frame_size_with_refs()
131 vp9->mi_rows = (vp9->frame_height + 7) >> 3; in frame_size_with_refs()
366 .frame_height = vp9->frame_height, in uncompressed_header()
376 vp9->frame_width, vp9->frame_height, in uncompressed_header()
H A Dcbs_vp9.h186 int frame_height; // RefFrameHeight member
203 int frame_height; member
H A Dmovtextdec.c107 int frame_height; member
458 if (!m->frame_width || !m->frame_height) { in mov_text_init()
460 m->frame_height = ASS_DEFAULT_PLAYRESY; in mov_text_init()
463 m->frame_width, m->frame_height, in mov_text_init()
583 { "height", "Frame height, usually video height", OFFSET(frame_height), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, FLAGS },
H A Dsvq1enc.c67 s->frame_width, s->frame_height); in svq1_write_header()
72 put_bits(&s->pb, 12, s->frame_height); in svq1_write_header()
539 s->frame_height = avctx->height; in svq1_encode_init()
542 s->y_block_height = (s->frame_height + 15) / 16; in svq1_encode_init()
545 s->c_block_height = (s->frame_height / 4 + 15) / 16; in svq1_encode_init()
633 s->frame_height / (i ? 4 : 1), in svq1_encode_frame()
H A Dsvq1enc.h56 int frame_height; member
H A Dcbs_av1_syntax_template.c501 priv->frame_height = current->frame_height_minus_1 + 1; in frame_size()
551 infer(frame_height_minus_1, ref->frame_height - 1); in frame_size_with_refs()
557 priv->frame_height = ref->frame_height; in frame_size_with_refs()
601 mi_rows = 2 * ((priv->frame_height + 7) >> 3); in tile_info()
1362 priv->frame_height = ref->frame_height; in uncompressed_header()
1371 infer(frame_height_minus_1, ref->frame_height - 1); in uncompressed_header()
1644 priv->frame_width, priv->frame_height, priv->upscaled_width, in uncompressed_header()
1658 .frame_height in uncompressed_header()
[all...]
H A Dmovtextenc.c90 int frame_height; member
220 if (s->frame_height && ass->script_info.play_res_y) in encode_sample_description()
221 s->font_scale_factor = (double)s->frame_height / ass->script_info.play_res_y; in encode_sample_description()
691 { "height", "Frame height, usually video height", OFFSET(frame_height), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, FLAGS },
H A Drpzaenc.c47 int frame_height; // height in pixesl of source frame member
571 total_blocks = ((s->frame_width + 3) / 4) * ((s->frame_height + 3) / 4); in rpza_encode_stream()
574 bi.image_height = s->frame_height; in rpza_encode_stream()
776 s->frame_height = avctx->height; in rpza_encode_init()
H A Dcbs_av1.h412 int frame_height; // RefFrameHeight member
445 int frame_height; member
H A Dlibvpxenc.c1393 static int set_roi_map(AVCodecContext *avctx, const AVFrameSideData *sd, int frame_width, int frame_height, in set_roi_map() argument
1463 roi_map->rows = (frame_height + block_size - 1) / block_size; in set_roi_map()
1500 static int vp9_encode_set_roi(AVCodecContext *avctx, int frame_width, int frame_height, const AVFrameSideData *sd) in vp9_encode_set_roi() argument
1525 ret = set_roi_map(avctx, sd, frame_width, frame_height, &roi_map, block_size, segment_cnt); in vp9_encode_set_roi()
1550 static int vp8_encode_set_roi(AVCodecContext *avctx, int frame_width, int frame_height, const AVFrameSideData *sd) in vp8_encode_set_roi() argument
1557 int ret = set_roi_map(avctx, sd, frame_width, frame_height, &roi_map, block_size, segment_cnt); in vp8_encode_set_roi()
H A Dvaapi_vp9.c51 .frame_height = avctx->height, in vaapi_vp9_start_frame()
H A Dvaapi_encode_vp8.c59 vseq->frame_height = avctx->height; in vaapi_encode_vp8_init_sequence_params()
H A Dlibtheoraenc.c178 t_info.frame_height = FFALIGN(avc_context->height, 16); in encode_init()
H A Dvaapi_vp8.c49 .frame_height = avctx->height, in vaapi_vp8_start_frame()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dverifier.cc404 uint32_t frame_height, in Probe()
420 height = frame_height; in Probe()
424 y = static_cast<uint32_t>(static_cast<float>(frame_height) * in Probe()
429 height = static_cast<uint32_t>(static_cast<float>(frame_height) * in Probe()
439 if (x + width > frame_width || y + height > frame_height) { in Probe()
444 std::to_string(frame_width) + "," + std::to_string(frame_height) + ")"); in Probe()
399 Probe(const ProbeCommand* command, const Format* fmt, uint32_t texel_stride, uint32_t row_stride, uint32_t frame_width, uint32_t frame_height, const void* buf) Probe() argument
H A Dverifier.h40 uint32_t frame_height,
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dengine_vulkan.cc478 const float frame_height = static_cast<float>(graphics->GetHeight()); in DoDrawRect() local
480 y = ((y / frame_height) * 2.0f) - 1.0f; in DoDrawRect()
482 height = (height / frame_height) * 2.0f; in DoDrawRect()
547 const float frame_height = static_cast<float>(graphics->GetHeight()); in DoDrawGrid() local
549 y = ((y / frame_height) * 2.0f) - 1.0f; in DoDrawGrid()
551 height = (height / frame_height) * 2.0f; in DoDrawGrid()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_video.h180 uint32_t frame_len, uint32_t frame_height, uint32_t frame_width);
H A Dusbd_video.c822 uint32_t frame_len, uint32_t frame_height, uint32_t frame_width) in usb_format_yuv_semiplanar_420()
824 uint32_t height = frame_height; in usb_format_yuv_semiplanar_420()
821 usb_format_yuv_semiplanar_420(char *buf_virt_y, char *buf_virt_c, uint8_t *frame_mem, uint32_t frame_len, uint32_t frame_height, uint32_t frame_width) usb_format_yuv_semiplanar_420() argument
/third_party/ffmpeg/libavdevice/
H A Davdevice.h419 int frame_height; member
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_vp9.c41 context->desc.vp9.picture_parameter.frame_height = vp9->frame_height; in vlVaHandlePictureParameterBufferVP9()
H A Dpicture.c183 context->desc.vp9.picture_parameter.frame_height; in handlePictureParameterBuffer()
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c995 float frame_height in update_needed_crop()
1001 cl_float2 bottom_left = transformed_point(0, frame_height, transform); in update_needed_crop()
1002 cl_float2 bottom_right = transformed_point(frame_width, frame_height, transform); in update_needed_crop()
1003 float ar_h = frame_height / frame_width; in update_needed_crop()
1004 float ar_w = frame_width / frame_height; in update_needed_crop()
1009 crop->bottom_right.s[1] = frame_height; in update_needed_crop()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h736 uint16_t frame_height; member
827 uint16_t frame_height; member

Completed in 28 milliseconds

12