Home
last modified time | relevance | path

Searched refs:is_redundant (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpredcommon.c24 rtp_red_block_header_get_length (gboolean is_redundant) in rtp_red_block_header_get_length() argument
26 return is_redundant ? sizeof (RedBlockHeader) : 1; in rtp_red_block_header_get_length()
62 rtp_red_block_set_is_redundant (gpointer red_block, gboolean is_redundant) in rtp_red_block_set_is_redundant() argument
64 ((RedBlockHeader *) red_block)->F = is_redundant; in rtp_red_block_set_is_redundant()
Drtpredcommon.h68 gsize rtp_red_block_header_get_length (gboolean is_redundant);
75 void rtp_red_block_set_is_redundant (gpointer red_block, gboolean is_redundant);
Dgstrtpreddec.c172 gboolean is_redundant; in rtp_red_buffer_is_valid() local
180 is_redundant = rtp_red_block_is_redundant (red_hdr); in rtp_red_buffer_is_valid()
183 if (is_redundant) { in rtp_red_buffer_is_valid()
/third_party/mesa3d/src/compiler/glsl/
Dopt_minmax.cpp385 bool is_redundant = false; in prune_expression() local
395 is_redundant = true; in prune_expression()
401 if (!is_redundant && limits[i].low && baserange.high) { in prune_expression()
404 is_redundant = true; in prune_expression()
413 is_redundant = true; in prune_expression()
419 if (!is_redundant && limits[i].high && baserange.low) { in prune_expression()
422 is_redundant = true; in prune_expression()
426 if (is_redundant) { in prune_expression()
/third_party/libabigail/src/
Dabg-dwarf-reader.cc5586 is_redundant(const offset_pair_type& p) in is_redundant() function
10465 if (comparison_stack.is_redundant(cur_dies) in return_comparison_result()
10503 if (comparison_stack.is_redundant(cur_dies) in return_comparison_result()