Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dintrax8.c347 const int est_run) in x8_update_predictions()
349 w->prediction_table[w->mb_x * 2 + (w->mb_y & 1)] = (est_run << 2) + 1 * (orient == 4) + 2 * (orient == 8); in x8_update_predictions()
385 w->est_run = w->prediction_table[!(w->mb_y & 1)] >> 2; in x8_get_prediction()
390 w->est_run = w->prediction_table[2 * w->mb_x - 2] >> 2; in x8_get_prediction()
394 w->est_run = 16; in x8_get_prediction()
403 w->est_run = FFMIN(b, a); in x8_get_prediction()
408 w->est_run = FFMIN(c, w->est_run); in x8_get_prediction()
409 w->est_run >>= 2; in x8_get_prediction()
537 int ac_mode, dc_mode, est_run, dc_leve in x8_decode_intra_mb() local
346 x8_update_predictions(IntraX8Context *const w, const int orient, const int est_run) x8_update_predictions() argument
[all...]
H A Dintrax8.h70 int est_run; member

Completed in 2 milliseconds