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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 476 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { function
vp9_encoder.c 503 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols);
    [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 599 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { function
vp9_onyx_if.c 594 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols);
    [all...]
vp9_encodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 599 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { function
vp9_onyx_if.c 609 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols);
    [all...]
vp9_encodeframe.c     [all...]

Completed in 1064 milliseconds