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

  /external/libvpx/vp8/common/
onyxc_int.h 205 void vp8_frame_init_loop_filter(loop_filter_info *lfi, int frame_type);
loopfilter.c 207 /* Put vp8_init_loop_filter() in vp8dx_create_decompressor(). Only call vp8_frame_init_loop_filter() while decoding
210 void vp8_frame_init_loop_filter(loop_filter_info *lfi, int frame_type) function
343 vp8_frame_init_loop_filter(lfi, frame_type);
449 vp8_frame_init_loop_filter(lfi, frame_type);
557 vp8_frame_init_loop_filter(lfi, frame_type);
  /external/libvpx/vp8/decoder/
threading.c 677 vp8_frame_init_loop_filter(lfi, frame_type);
    [all...]

Completed in 26 milliseconds