Home
last modified time | relevance | path

Searched refs:intermediate_result (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c586 UWORD16 intermediate_result; in ixheaacd_hcr_prepare_segmentation_grid() local
608 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()
/external/libchrome/base/
Dbind_unittest.cc1079 MoveOnlyVector intermediate_result = bound_cb.Run(); in TEST_F() local
1080 VerifyVector(intermediate_result); in TEST_F()
1085 MoveOnlyVector final_result = unbound_cb.Run(std::move(intermediate_result)); in TEST_F()
/external/brotli/c/dec/
Ddecode.c2021 BrotliDecoderErrorCode intermediate_result = WriteRingBuffer(s, in BrotliDecoderDecompressStream() local
2024 if ((int)intermediate_result < 0) { in BrotliDecoderDecompressStream()
2025 result = intermediate_result; in BrotliDecoderDecompressStream()