Searched refs:is_redundant (Results 1 – 5 of 5) sorted by relevance
24 rtp_red_block_header_get_length (gboolean is_redundant) in rtp_red_block_header_get_length() argument26 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() argument64 ((RedBlockHeader *) red_block)->F = is_redundant; in rtp_red_block_set_is_redundant()
68 gsize rtp_red_block_header_get_length (gboolean is_redundant);75 void rtp_red_block_set_is_redundant (gpointer red_block, gboolean is_redundant);
172 gboolean is_redundant; in rtp_red_buffer_is_valid() local180 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()
385 bool is_redundant = false; in prune_expression() local395 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()
5586 is_redundant(const offset_pair_type& p) in is_redundant() function10465 if (comparison_stack.is_redundant(cur_dies) in return_comparison_result()10503 if (comparison_stack.is_redundant(cur_dies) in return_comparison_result()