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

  /external/libvpx/libvpx/vp8/common/
loopfilter.h 48 unsigned char mode_lf_lut[10]; member in struct:__anon29781
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 207 static const int mode_lf_lut[MB_MODE_COUNT] = { variable
235 return lfi_n->lvl[mi->segment_id][mi->ref_frame[0]][mode_lf_lut[mi->mode]];
    [all...]
  /external/libaom/libaom/av1/common/
av1_loopfilter.c 37 static const int mode_lf_lut[] = { variable
486 lvl_seg += cm->lf.mode_deltas[mode_lf_lut[mbmi->mode]] * scale;
492 [mode_lf_lut[mbmi->mode]];
497 assert(MB_MODE_COUNT == NELEMENTS(mode_lf_lut));
    [all...]

Completed in 193 milliseconds