Searched refs:get_token_alloc (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h476 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { function
H A Dvp9_encoder.c503 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols);
H A Dvp9_encodeframe.c3273 assert(tok - cpi->tok <= get_token_alloc(cm->mb_rows, cm->mb_cols));
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h599 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { function
H A Dvp9_onyx_if.c594 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols);
H A Dvp9_encodeframe.c3338 assert(tp - cpi->tok <= get_token_alloc(cm->mb_rows, cm->mb_cols));

Completed in 1981 milliseconds