Searched refs:use_ref (Results 1 – 4 of 4) sorted by relevance
345 static void alloc_rbsp_buffer(H2645RBSP *rbsp, unsigned int size, int use_ref) in alloc_rbsp_buffer() argument372 if (use_ref) { in alloc_rbsp_buffer()394 enum AVCodecID codec_id, int small_padding, int use_ref) in ff_h2645_packet_split() argument402 alloc_rbsp_buffer(&pkt->rbsp, length + padding, use_ref); in ff_h2645_packet_split()
111 enum AVCodecID codec_id, int small_padding, int use_ref);
244 macro(evaluate_detection_results use_ref have_ref thing_lower thing_title)245 if(${use_ref} AND NOT (${use_ref} STREQUAL "AUTO") AND NOT ${have_ref})247 "Use of ${thing_lower} was enforced by ${use_ref}=ON but it could not be found.")248 elseif(NOT ${use_ref} AND ${have_ref})249 message("${thing_title} was found but it will not be used due to ${use_ref}=OFF.")