Home
last modified time | relevance | path

Searched refs:width_from_caller (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_slice.c372 h->width_from_caller = h1->width_from_caller; in ff_h264_update_thread_context()
892 if (h->width_from_caller > 0 && h->height_from_caller > 0 && in init_dimensions()
894 FFALIGN(h->width_from_caller, 16) == FFALIGN(width, 16) && in init_dimensions()
896 h->width_from_caller <= width && in init_dimensions()
898 width = h->width_from_caller; in init_dimensions()
905 h->width_from_caller = 0; in init_dimensions()
Dh264dec.h549 int width_from_caller; member
Dh264dec.c285 h->width_from_caller = avctx->width; in h264_init_context()