Searched refs:intermediate_result (Results 1 – 3 of 3) sorted by relevance
586 UWORD16 intermediate_result; in ixheaacd_hcr_prepare_segmentation_grid() local608 intermediate_result = bit_str_idx + segment_start; in ixheaacd_hcr_prepare_segmentation_grid()610 *arr_seg_start_l++ = intermediate_result; in ixheaacd_hcr_prepare_segmentation_grid()611 *arr_seg_start_r++ = intermediate_result + segment_width - 1; in ixheaacd_hcr_prepare_segmentation_grid()
1079 MoveOnlyVector intermediate_result = bound_cb.Run(); in TEST_F() local1080 VerifyVector(intermediate_result); in TEST_F()1085 MoveOnlyVector final_result = unbound_cb.Run(std::move(intermediate_result)); in TEST_F()
2021 BrotliDecoderErrorCode intermediate_result = WriteRingBuffer(s, in BrotliDecoderDecompressStream() local2024 if ((int)intermediate_result < 0) { in BrotliDecoderDecompressStream()2025 result = intermediate_result; in BrotliDecoderDecompressStream()