Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c14096 uint16_t highest_x = 0; in edge_probability() local
14107 highest_x = AOMMAX(highest_x, g_x); in edge_probability()
14111 EdgeInfo ei = { .magnitude = highest, .x = highest_x, .y = highest_y }; in edge_probability()