Home
last modified time | relevance | path

Searched defs:n_left_px (Results 1 – 1 of 1) sorted by relevance

/external/libaom/av1/common/
Dreconintra.c1088 int n_left_px, int n_bottomleft_px, int intra_edge_filter_type) { in build_directional_and_filter_intra_predictors()
1250 PREDICTION_MODE mode, TX_SIZE tx_size, int n_top_px, int n_left_px) { in build_non_directional_intra_predictors()
1388 int n_left_px, int n_bottomleft_px, int intra_edge_filter_type, in highbd_build_directional_and_filter_intra_predictors()
1556 PREDICTION_MODE mode, TX_SIZE tx_size, int n_top_px, int n_left_px, in highbd_build_non_directional_intra_predictors()
1754 const int n_left_px = have_left ? AOMMIN(txhpx, yd + txhpx) : 0; in av1_predict_intra_block() local