Searched defs:cost (Results 101 - 118 of 118) sorted by relevance

12345

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c270 * decide whether to include cost of a trailing EOB node or not (i.e. we
298 int c, cost; local
305 cost = token_costs[0][0][pt][EOB_TOKEN];
313 cost = (*token_costs)[0][pt][prev_t] + vp9_dct_value_cost_ptr[v];
325 cost += (*token_costs)[!prev_t][!prev_t][t] + vp9_dct_value_cost_ptr[v];
328 cost += (*token_costs)[!prev_t][pt][t] + vp9_dct_value_cost_ptr[v];
341 cost += (*token_costs)[0][!prev_t][EOB_TOKEN];
344 cost += (*token_costs)[0][pt][EOB_TOKEN];
352 return cost;
776 int cost local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c542 * decide whether to include cost of a trailing EOB node or not (i.e. we
570 int c, cost; local
577 cost = token_costs[0][0][pt][EOB_TOKEN];
585 cost = (*token_costs)[0][pt][prev_t] + vp9_dct_value_cost_ptr[v];
597 cost += (*token_costs)[!prev_t][!prev_t][t] + vp9_dct_value_cost_ptr[v];
600 cost += (*token_costs)[!prev_t][pt][t] + vp9_dct_value_cost_ptr[v];
613 cost += (*token_costs)[0][!prev_t][EOB_TOKEN];
616 cost += (*token_costs)[0][pt][EOB_TOKEN];
624 return cost;
1182 int cost local
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c3659 UInt16 cost[BZ_N_GROUPS]; local
3756 Calculate the cost of this group as coded
3759 for (t = 0; t < nGroups; t++) cost[t] = 0;
3786 cost[0] = cost01 & 0xffff; cost[1] = cost01 >> 16;
3787 cost[2] = cost23 & 0xffff; cost[3] = cost23 >> 16;
3788 cost[4] = cost45 & 0xffff; cost[5] = cost45 >> 16;
3794 for (t = 0; t < nGroups; t++) cost[
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c3683 UInt16 cost[BZ_N_GROUPS]; local
3780 Calculate the cost of this group as coded
3783 for (t = 0; t < nGroups; t++) cost[t] = 0;
3810 cost[0] = cost01 & 0xffff; cost[1] = cost01 >> 16;
3811 cost[2] = cost23 & 0xffff; cost[3] = cost23 >> 16;
3812 cost[4] = cost45 & 0xffff; cost[5] = cost45 >> 16;
3818 for (t = 0; t < nGroups; t++) cost[
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c3674 UInt16 cost[BZ_N_GROUPS]; local
3771 Calculate the cost of this group as coded
3774 for (t = 0; t < nGroups; t++) cost[t] = 0;
3801 cost[0] = cost01 & 0xffff; cost[1] = cost01 >> 16;
3802 cost[2] = cost23 & 0xffff; cost[3] = cost23 >> 16;
3803 cost[4] = cost45 & 0xffff; cost[5] = cost45 >> 16;
3809 for (t = 0; t < nGroups; t++) cost[
[all...]
H A Dvarinfo6.c3711 UInt16 cost[BZ_N_GROUPS]; local
3808 Calculate the cost of this group as coded
3811 for (t = 0; t < nGroups; t++) cost[t] = 0;
3838 cost[0] = cost01 & 0xffff; cost[1] = cost01 >> 16;
3839 cost[2] = cost23 & 0xffff; cost[3] = cost23 >> 16;
3840 cost[4] = cost45 & 0xffff; cost[5] = cost45 >> 16;
3846 for (t = 0; t < nGroups; t++) cost[
[all...]
/external/valgrind/main/perf/
H A Dbz2.c3674 UInt16 cost[BZ_N_GROUPS]; local
3771 Calculate the cost of this group as coded
3774 for (t = 0; t < nGroups; t++) cost[t] = 0;
3801 cost[0] = cost01 & 0xffff; cost[1] = cost01 >> 16;
3802 cost[2] = cost23 & 0xffff; cost[3] = cost23 >> 16;
3803 cost[4] = cost45 & 0xffff; cost[5] = cost45 >> 16;
3809 for (t = 0; t < nGroups; t++) cost[
[all...]
H A Dtest_input_for_tinycc.c3036 UInt16 cost[6]; local
3136 for (t = 0; t < nGroups; t++) cost[t] = 0;
3163 cost[0] = cost01 & 0xffff; cost[1] = cost01 >> 16;
3164 cost[2] = cost23 & 0xffff; cost[3] = cost23 >> 16;
3165 cost[4] = cost45 & 0xffff; cost[5] = cost45 >> 16;
3171 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv];
3181 if (cost[
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c5206 ** ^The estimatedCost value is an estimate of the cost of doing the
5208 ** a cost of N. A binary search of a table of N entries should have a
5209 ** cost of approximately log(N).
5234 double estimatedCost; /* Estimated cost of using this index */
100410 double cost; /* Cost of using pProbe */ local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 1220 milliseconds

12345