Searched defs:full_count (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/resources/
H A Dresource_update_controller_unittest.cc284 const int full_count = full_upload_flush_multipler * kFlushPeriodFull; member in namespace:cc::__anon2775
291 AppendFullUploadsToUpdateQueue(full_count);
296 EXPECT_EQ(full_count, num_total_uploads_);
313 AppendFullUploadsToUpdateQueue(full_count);
319 EXPECT_EQ(full_count + partial_count, num_total_uploads_);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c1655 unsigned int *full_count) {
1657 model_count[ZERO_TOKEN] = full_count[ZERO_TOKEN];
1658 model_count[ONE_TOKEN] = full_count[ONE_TOKEN];
1659 model_count[TWO_TOKEN] = full_count[TWO_TOKEN];
1661 model_count[TWO_TOKEN] += full_count[n];
1662 model_count[EOB_MODEL_TOKEN] = full_count[EOB_TOKEN];
1666 vp9_coeff_count *full_count) {
1673 full_to_model_count(model_count[i][j][k][l], full_count[i][j][k][l]);
1654 full_to_model_count(unsigned int *model_count, unsigned int *full_count) argument
1665 full_to_model_counts(vp9_coeff_count_model *model_count, vp9_coeff_count *full_count) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2082 unsigned int *full_count) {
2084 model_count[ZERO_TOKEN] = full_count[ZERO_TOKEN];
2085 model_count[ONE_TOKEN] = full_count[ONE_TOKEN];
2086 model_count[TWO_TOKEN] = full_count[TWO_TOKEN];
2088 model_count[TWO_TOKEN] += full_count[n];
2089 model_count[EOB_MODEL_TOKEN] = full_count[EOB_TOKEN];
2093 vp9_coeff_count *full_count) {
2100 full_to_model_count(model_count[i][j][k][l], full_count[i][j][k][l]);
2081 full_to_model_count(unsigned int *model_count, unsigned int *full_count) argument
2092 full_to_model_counts(vp9_coeff_count_model *model_count, vp9_coeff_count *full_count) argument

Completed in 365 milliseconds