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

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 94 set_contexts(xd, pd, plane_bsize, tx_size, pd->eobs[block] > 0, aoff, loff);
162 set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 129 void set_contexts(ContextList contexts) { contexts_ = contexts; } function in class:ExtensionMenuItem
extension_context_menu_api.cc 324 item->set_contexts(contexts);
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 157 void set_contexts(ContextList contexts) { contexts_ = contexts; } function in class:extensions::MenuItem
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 231 set_contexts(xd, pd, plane_bsize, tx_size, eob > 0, x, y);
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api.cc 325 item->set_contexts(contexts);
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 453 static void set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd,

Completed in 237 milliseconds