Searched refs:HOR_PRED (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9.h | 41 HOR_PRED, enumerator
|
| H A D | vp9data.h | 77 { -HOR_PRED, 5 }, // '11100'
|
| H A D | vp9d_parser.c | 1599 s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED]; in adapt_probs() 1602 s2 -= c[HOR_PRED]; in adapt_probs() 1603 adapt_prob(&pp[4], c[HOR_PRED], s2, 20, 128); in adapt_probs() 1623 s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED]; in adapt_probs() 1626 s2 -= c[HOR_PRED]; in adapt_probs() 1627 adapt_prob(&pp[4], c[HOR_PRED], s2, 20, 128); in adapt_probs()
|