OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resolution_change
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp8/
vp8_dx_iface.c
271
unsigned int
resolution_change
= 0;
local
299
if ((ctx->si.h != h) || (ctx->si.w != w))
resolution_change
= 1;
338
if (
resolution_change
) {
Completed in 395 milliseconds