Skip to content
  • Yunqing Wang's avatar
    Fix ssse3 quantize_fp functions while skip=1 · 58e0159c
    Yunqing Wang authored
    In ssse3 functions, DEFINE_ARGS macro hard codes qcoeff and dqcoeff
    to r3 and r4. If skip is 1, qcoeff and dqcoeff need to be loaded
    from the stack, which doesn't work because of the above definitions.
    Currently, skip=1 case is not used in the encoder. This patch fixed
    the issue, so it can be turned on later.
    
    Change-Id: I998d696b1a7a85dca2b3bcee790b21c21e039147
    58e0159c