You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webm-d...@webmproject.org
Dear all,
This is regarding spatial resolution change for non-key frames.
Is there any limit on resolution change in VP9 specification?
In experimental code, we could able to find restriction on resolution change in height
( "assert(y_step_q4 <= 32)")
But we could n't find any restriction on width.
Thanks and Regards,
Srinivas Reddy E.
John Koleszar
unread,
May 15, 2013, 10:10:01 AM5/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WebM Discussion
Hi,
Height and width are restricted in the same way. You can't predict
from a frame that's more than 2x the size of the current frame in
either dimension. This corresponds to a maximum x_step_q4 and
y_step_q4 of 32.