Searched refs:use_ref (Results 1 – 3 of 3) sorted by relevance
349 static void alloc_rbsp_buffer(H2645RBSP *rbsp, unsigned int size, int use_ref) in alloc_rbsp_buffer() argument376 if (use_ref) { in alloc_rbsp_buffer()398 enum AVCodecID codec_id, int small_padding, int use_ref) in ff_h2645_packet_split() argument406 alloc_rbsp_buffer(&pkt->rbsp, length + padding, use_ref); in ff_h2645_packet_split()
112 enum AVCodecID codec_id, int small_padding, int use_ref);
251 macro(evaluate_detection_results use_ref have_ref thing_lower thing_title)252 if(${use_ref} AND NOT (${use_ref} STREQUAL "AUTO") AND NOT ${have_ref})254 "Use of ${thing_lower} was enforced by ${use_ref}=ON but it could not be found.")255 elseif(NOT ${use_ref} AND ${have_ref})256 message("${thing_title} was found but it will not be used due to ${use_ref}=OFF.")