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

  /external/chromium_org/gpu/config/
gpu_info_collector.h 69 SWITCHABLE
  /external/libvpx/libvpx/vp9/common/
vp9_filter.h 29 SWITCHABLE = 4 /* should be the last one */
vp9_entropymode.c 399 if (cm->mcomp_filter_type == SWITCHABLE) {
vp9_reconinter.c 37 vp9_get_filter_kernel(mcomp_filter_type == SWITCHABLE ?
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 45 /* Factor to weigh the rate for switchable interp filters */
    [all...]
vp9_bitstream.c 455 if (cm->mcomp_filter_type == SWITCHABLE) {
    [all...]
vp9_encodeframe.c 477 if (cm->mcomp_filter_type == SWITCHABLE && is_inter_mode(mbmi->mode)) {
    [all...]
vp9_onyx_if.c 45 #define DEFAULT_INTERP_FILTER SWITCHABLE
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 684 return vp9_rb_read_bit(rb) ? SWITCHABLE
    [all...]
vp9_decodemv.c 474 mbmi->interp_filter = (cm->mcomp_filter_type == SWITCHABLE)

Completed in 78 milliseconds