Home
last modified time | relevance | path

Searched refs:txfmmode (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9shared.h148 enum TxfmMode txfmmode; member
Dvp9.c910 s->s.h.txfmmode = TX_4X4; in decode_frame_header()
912 s->s.h.txfmmode = vp8_rac_get_uint(&s->c, 2); in decode_frame_header()
913 if (s->s.h.txfmmode == 3) in decode_frame_header()
914 s->s.h.txfmmode += vp8_rac_get(&s->c); in decode_frame_header()
916 if (s->s.h.txfmmode == TX_SWITCHABLE) { in decode_frame_header()
966 if (s->s.h.txfmmode == i) in decode_frame_header()
1675 if (s->s.h.txfmmode == i) in vp9_decode_frame()
Dvp9prob.c124 if (s->s.h.txfmmode == TX_SWITCHABLE) { in ff_vp9_adapt_probs()
Dvp9block.c170 if ((b->intra || !b->skip) && s->s.h.txfmmode == TX_SWITCHABLE) { in decode_mode()
213 b->tx = FFMIN(max_tx, s->s.h.txfmmode); in decode_mode()