Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp9recon.c71 uint8_t needs_topright:1; in check_intra_mode() member
77 [DIAG_DOWN_LEFT_PRED] = { .needs_top = 1, .needs_topright = 1 }, in check_intra_mode()
84 [VERT_LEFT_PRED] = { .needs_top = 1, .needs_topright = 1 }, in check_intra_mode()
102 if (tx == TX_4X4 && edges[mode].needs_topright && have_right) in check_intra_mode()
121 (tx != TX_4X4 || !edges[mode].needs_topright || have_right) && in check_intra_mode()
176 if (tx == TX_4X4 && edges[mode].needs_topright) { in check_intra_mode()