Searched refs:current_frame (Results 1 – 2 of 2) sorted by relevance
212 FlipFrame current_frame(current_frame_buffer_, false); in ProcessCommonHeader() local225 !current_frame.is_control_frame() && in ProcessCommonHeader()226 current_frame.length() == 0) { in ProcessCommonHeader()227 if (current_frame.flags() & CONTROL_FLAG_FIN) { in ProcessCommonHeader()235 remaining_payload_ = current_frame.length(); in ProcessCommonHeader()244 if (!current_frame.is_control_frame()) in ProcessCommonHeader()
654 static void reset_cost_offsets(multi_srec* rec, frameID current_frame, in reset_cost_offsets() argument657 rec->cost_offset_for_frame[current_frame] = current_best_cost; in reset_cost_offsets()658 if (current_frame == 0) in reset_cost_offsets()659 rec->accumulated_cost_offset[current_frame] = current_best_cost; in reset_cost_offsets()661 …rec->accumulated_cost_offset[current_frame] = rec->accumulated_cost_offset[current_frame-1] + curr… in reset_cost_offsets()