Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dintrax8.c329 w->raw_orient = 0; in x8_setup_spatial_predictor()
336 w->raw_orient = x8_get_orient_vlc(w); in x8_setup_spatial_predictor()
337 if (w->raw_orient < 0) in x8_setup_spatial_predictor()
339 av_assert2(w->raw_orient < 12); in x8_setup_spatial_predictor()
341 w->orient=prediction_table[w->orient][w->raw_orient]; in x8_setup_spatial_predictor()
362 w->raw_orient = 0; in x8_get_prediction_chroma()
561 if (w->raw_orient < 3) in x8_decode_intra_mb()
564 if (w->raw_orient > 4) { in x8_decode_intra_mb()
H A Dintrax8.h67 int raw_orient; member

Completed in 3 milliseconds