Searched refs:width_uv (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vble.c | 125 int width_uv = avctx->width / 2, height_uv = avctx->height / 2; in vble_decode_frame() local 161 vble_restore_plane(ctx, pic, &gb, 1, offset, width_uv, height_uv); in vble_decode_frame() 163 offset += width_uv * height_uv; in vble_decode_frame() 164 vble_restore_plane(ctx, pic, &gb, 2, offset, width_uv, height_uv); in vble_decode_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_chromakey_cuda.c | 297 int width_uv, int height_uv, int pitch_uv, in call_cuda_kernel() 313 &width_uv, &height_uv, &pitch_uv, in call_cuda_kernel() 294 call_cuda_kernel(AVFilterContext *ctx, CUfunction func, CUtexObject src_tex[3], AVFrame *out_frame, int width, int height, int pitch, int width_uv, int height_uv, int pitch_uv, float u_key, float v_key, float similarity, float blend) call_cuda_kernel() argument
|
Completed in 2 milliseconds