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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 587 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { function
602 return get_token_alloc(tile_mb_rows, tile_mb_cols);
vp9_encoder.c 702 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols);
    [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 46 milliseconds