Searched refs:total_header_bits (Results 1 – 2 of 2) sorted by relevance
53 WORD32 total_header_bits = 0, i; in irc_fi_get_total_header_bits() local57 total_header_bits += frame_info->mb_header_bits[i]; in irc_fi_get_total_header_bits()59 total_header_bits += frame_info->other_header_bits; in irc_fi_get_total_header_bits()61 return (total_header_bits); in irc_fi_get_total_header_bits()
1080 int total_header_bits = 0; in PickBestIntra4() local1147 total_header_bits += (int)rd_i4.H; // <- equal to mode_costs[best_mode]; in PickBestIntra4()1148 if (total_header_bits > enc->max_i4_header_bits_) { in PickBestIntra4()