Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp9shared.h148 enum TxfmMode txfmmode; member
H A Dvp9.c906 s->s.h.txfmmode = TX_4X4; in decode_frame_header()
908 s->s.h.txfmmode = vp8_rac_get_uint(&s->c, 2); in decode_frame_header()
909 if (s->s.h.txfmmode == 3) in decode_frame_header()
910 s->s.h.txfmmode += vp8_rac_get(&s->c); in decode_frame_header()
912 if (s->s.h.txfmmode == TX_SWITCHABLE) { in decode_frame_header()
962 if (s->s.h.txfmmode == i) in decode_frame_header()
1669 if (s->s.h.txfmmode == i) in vp9_decode_frame()
H A Dvp9prob.c124 if (s->s.h.txfmmode == TX_SWITCHABLE) { in ff_vp9_adapt_probs()
H A Dvp9block.c168 if ((b->intra || !b->skip) && s->s.h.txfmmode == TX_SWITCHABLE) { in decode_mode()
211 b->tx = FFMIN(max_tx, s->s.h.txfmmode); in decode_mode()

Completed in 7 milliseconds