Searched refs:HOR_PRED (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/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 | 1579 s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED]; in adapt_probs() 1582 s2 -= c[HOR_PRED]; in adapt_probs() 1583 adapt_prob(&pp[4], c[HOR_PRED], s2, 20, 128); in adapt_probs() 1603 s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED]; in adapt_probs() 1606 s2 -= c[HOR_PRED]; in adapt_probs() 1607 adapt_prob(&pp[4], c[HOR_PRED], s2, 20, 128); in adapt_probs()
|