Home
last modified time | relevance | path

Searched refs:shift_height (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/tests/api/
H A Dapi-band-test.c43 int shift_height; in draw_horiz_band() local
51 shift_height = -((-ctx->height) >> pix_fmt_desc->log2_chroma_h); in draw_horiz_band()
62 memcpy(slice_byte_buffer + ctx->width * ctx->height + chroma_w * shift_height + chroma_w * shift_slice_position + i * chroma_w, in draw_horiz_band()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_cuda.c34 int shift_width, shift_height; member
159 av_pix_fmt_get_chroma_sub_sample(ctx->sw_format, &priv->shift_width, &priv->shift_height); in cuda_frames_init()
245 .Height = src->height >> ((i == 0 || i == 3) ? 0 : priv->shift_height), in cuda_transfer_data()
/third_party/ffmpeg/libavfilter/
H A Dvf_scale_qsv.c100 int shift_width, shift_height; member
H A Dvf_scale_npp.c134 int shift_width, shift_height; member

Completed in 5 milliseconds