mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Fix test_external_symbols
This commit is contained in:
parent
5f1e9c820f
commit
6aa8240db0
|
@ -479,7 +479,7 @@ static void linear_transform_cclm(const cclm_parameters_t* cclm_params, kvz_pixe
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void predict_cclm(
|
static void predict_cclm(
|
||||||
encoder_state_t const* const state,
|
encoder_state_t const* const state,
|
||||||
const color_t color,
|
const color_t color,
|
||||||
const int8_t width,
|
const int8_t width,
|
||||||
|
|
|
@ -457,7 +457,7 @@ static double search_intra_trdepth(
|
||||||
return nosplit_cost;
|
return nosplit_cost;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void sort_modes(intra_search_data_t* __restrict modes, uint8_t length)
|
static void sort_modes(intra_search_data_t* __restrict modes, uint8_t length)
|
||||||
{
|
{
|
||||||
// Length for intra is always between 5 and 23, and is either 21, 17, 9 or 8 about
|
// Length for intra is always between 5 and 23, and is either 21, 17, 9 or 8 about
|
||||||
// 60% of the time, so there should be no need for anything more complex
|
// 60% of the time, so there should be no need for anything more complex
|
||||||
|
|
Loading…
Reference in a new issue