mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Refactor: search.h renaming.
This commit is contained in:
parent
a018567854
commit
bdab04976d
|
@ -20,7 +20,7 @@
|
|||
|
||||
|
||||
void search_slice_data(encoder_control* encoder);
|
||||
void search_tree(encoder_control* encoder,uint16_t xCtb,uint16_t yCtb, uint8_t depth);
|
||||
uint32_t search_best_mode(encoder_control* encoder,uint16_t xCtb,uint16_t yCtb, uint8_t depth);
|
||||
void search_tree(encoder_control* encoder,uint16_t x_cu,uint16_t y_cu, uint8_t depth);
|
||||
uint32_t search_best_mode(encoder_control* encoder,uint16_t x_cu,uint16_t y_cu, uint8_t depth);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue