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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dintrax8.h55 int est_run; member in struct:IntraX8Context
H A Dintrax8.c352 static void x8_update_predictions(IntraX8Context * const w, const int orient, const int est_run ){
355 w->prediction_table[s->mb_x*2+(s->mb_y&1)] = (est_run<<2) + 1*(orient==4) + 2*(orient==8);
389 w->est_run = w->prediction_table[!(s->mb_y&1)]>>2;
394 w->est_run = w->prediction_table[2*s->mb_x-2]>>2;
398 w->est_run = 16;
407 w->est_run = FFMIN(b,a);
411 if( (s->mb_x & s->mb_y) != 0 ) w->est_run=FFMIN(c,w->est_run);
412 w->est_run>>=2;
532 int ac_mode,dc_mode,est_run,dc_leve local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dintrax8.h50 int est_run; member in struct:__anon1929
H A Dintrax8.c352 static void x8_update_predictions(IntraX8Context * const w, const int orient, const int est_run ){
355 w->prediction_table[s->mb_x*2+(s->mb_y&1)] = (est_run<<2) + 1*(orient==4) + 2*(orient==8);
389 w->est_run = w->prediction_table[!(s->mb_y&1)]>>2;
394 w->est_run = w->prediction_table[2*s->mb_x-2]>>2;
398 w->est_run = 16;
407 w->est_run = FFMIN(b,a);
411 if( (s->mb_x & s->mb_y) != 0 ) w->est_run=FFMIN(c,w->est_run);
412 w->est_run>>=2;
532 int ac_mode,dc_mode,est_run,dc_leve local
[all...]

Completed in 66 milliseconds