Searched refs:tok_count (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeframe.c576 int tok_count = *tp - tp_start; local
577 pack_tokens(w, tp_start, tok_count);
768 cpi->tok_count = 0;
863 cpi->tok_count += (unsigned int)
943 cpi->tok_count = (unsigned int)(tp - cpi->tok);
H A Dethreading.c263 int tok_count = tp - tp_start; local
264 pack_tokens(w, tp_start, tok_count);
H A Donyx_int.h342 unsigned int tok_count; member in struct:VP8_COMP
H A Dbitstream.c1679 pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count);
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c563 int tok_count = *tp - tp_start; local
564 pack_tokens(w, tp_start, tok_count);
755 cpi->tok_count = 0;
850 cpi->tok_count += (unsigned int)
930 cpi->tok_count = (unsigned int)(tp - cpi->tok);
H A Dethreading.c248 int tok_count = tp - tp_start; local
249 pack_tokens(w, tp_start, tok_count);
H A Donyx_int.h345 unsigned int tok_count; member in struct:VP8_COMP
H A Dbitstream.c1680 pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h266 unsigned int tok_count[4][1 << 6]; member in struct:VP9_COMP
H A Dvp9_bitstream.c934 cpi->tok_count[tile_row - 1][tile_cols - 1];
938 cpi->tok_count[tile_row][tile_col - 1];
946 tok_end = tok[tile_row][tile_col] + cpi->tok_count[tile_row][tile_col];
H A Dvp9_encodeframe.c3272 cpi->tok_count[tile_row][tile_col] = (unsigned int)(tok - old_tok);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h334 unsigned int tok_count[4][1 << 6]; member in struct:VP9_COMP
H A Dvp9_bitstream.c944 cpi->tok_count[tile_row - 1][tile_cols - 1];
948 cpi->tok_count[tile_row][tile_col - 1];
956 tok_end = tok[tile_row][tile_col] + cpi->tok_count[tile_row][tile_col];
H A Dvp9_encodeframe.c3337 cpi->tok_count[tile_row][tile_col] = (unsigned int)(tp - tp_old);

Completed in 1450 milliseconds