HomeSort by relevance Sort by last modified time
    Searched refs:mode_lf_lut (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/common/
loopfilter.c 48 lfi->mode_lf_lut[DC_PRED] = 1;
49 lfi->mode_lf_lut[V_PRED] = 1;
50 lfi->mode_lf_lut[H_PRED] = 1;
51 lfi->mode_lf_lut[TM_PRED] = 1;
52 lfi->mode_lf_lut[B_PRED] = 0;
54 lfi->mode_lf_lut[ZEROMV] = 1;
55 lfi->mode_lf_lut[NEARESTMV] = 2;
56 lfi->mode_lf_lut[NEARMV] = 2;
57 lfi->mode_lf_lut[NEWMV] = 2;
58 lfi->mode_lf_lut[SPLITMV] = 3
    [all...]
loopfilter.h 47 unsigned char mode_lf_lut[10]; member in struct:__anon23929
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h 57 uint8_t mode_lf_lut[MB_MODE_COUNT]; member in struct:__anon23996
vp9_loopfilter.c 226 lfi->mode_lf_lut[DC_PRED] = 0;
227 lfi->mode_lf_lut[D45_PRED] = 0;
228 lfi->mode_lf_lut[D135_PRED] = 0;
229 lfi->mode_lf_lut[D117_PRED] = 0;
230 lfi->mode_lf_lut[D153_PRED] = 0;
231 lfi->mode_lf_lut[D207_PRED] = 0;
232 lfi->mode_lf_lut[D63_PRED] = 0;
233 lfi->mode_lf_lut[V_PRED] = 0;
234 lfi->mode_lf_lut[H_PRED] = 0;
235 lfi->mode_lf_lut[TM_PRED] = 0
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 491 const int mode_index = lfi_n->mode_lf_lut[xd->mode_info_context->mbmi.mode];

Completed in 1339 milliseconds