Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp9recon.c70 uint8_t needs_topright:1; in check_intra_mode() member
76 [DIAG_DOWN_LEFT_PRED] = { .needs_top = 1, .needs_topright = 1 }, in check_intra_mode()
83 [VERT_LEFT_PRED] = { .needs_top = 1, .needs_topright = 1 }, in check_intra_mode()
101 if (tx == TX_4X4 && edges[mode].needs_topright && have_right) in check_intra_mode()
120 (tx != TX_4X4 || !edges[mode].needs_topright || have_right) && in check_intra_mode()
175 if (tx == TX_4X4 && edges[mode].needs_topright) { in check_intra_mode()

Completed in 2 milliseconds