Searched refs:width_from_caller (Results 1 – 3 of 3) sorted by relevance
372 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()
549 int width_from_caller; member
285 h->width_from_caller = avctx->width; in h264_init_context()