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

  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h 52 } loop_filter_thresh; typedef in typeref:struct:__anon23995
55 loop_filter_thresh lfthr[MAX_LOOP_FILTER + 1];
vp9_loopfilter.c 348 const loop_filter_thresh *lfi = lfi_n->lfthr + *lfl;
393 const loop_filter_thresh *lfi = lfi_n->lfthr + *lfl;
412 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + 1);
450 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + 1);
    [all...]

Completed in 118 milliseconds