Searched defs:b_idx (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.c148 int b_idx) {
152 if (b_idx < y_blocks) {
154 res.block = b_idx;
155 } else if (b_idx < v_offset) {
157 res.block = b_idx - y_blocks;
159 assert(b_idx < y_blocks * 3 / 2);
161 res.block = b_idx - v_offset;
166 void vp9_regular_quantize_b_4x4(MACROBLOCK *x, int y_blocks, int b_idx, argument
169 const struct plane_block_idx pb_idx = plane_block_idx(y_blocks, b_idx);
147 plane_block_idx(int y_blocks, int b_idx) argument
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part2.c1053 int a_idx, b_idx, i; local
1059 b_idx = targs->frb_idx;
1061 inB = (void *)&spec_sp_fargs[b_idx];
1071 int a_idx, b_idx, i; local
1077 b_idx = targs->frb_idx;
1079 inB = (void *)&spec_fargs[b_idx];
1090 int a_idx, b_idx, k; local
1101 b_idx = targs->frb_idx;
1106 frB_dp = (unsigned long long *)&spec_fargs[b_idx];
1110 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx];
[all...]
H A Dtest_isa_2_06_part3.c980 int a_idx, b_idx, i; local
986 b_idx = targs->frb_idx;
988 inB = (void *)&spec_sp_fargs[b_idx];
998 int a_idx, b_idx, i; local
1004 b_idx = targs->frb_idx;
1006 inB = (void *)&spec_fargs[b_idx];
1017 int a_idx, b_idx, k; local
1028 b_idx = targs->frb_idx;
1033 frB_dp = (unsigned long long *)&spec_fargs[b_idx];
1037 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx];
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part2.c1053 int a_idx, b_idx, i; local
1059 b_idx = targs->frb_idx;
1061 inB = (void *)&spec_sp_fargs[b_idx];
1071 int a_idx, b_idx, i; local
1077 b_idx = targs->frb_idx;
1079 inB = (void *)&spec_fargs[b_idx];
1090 int a_idx, b_idx, k; local
1101 b_idx = targs->frb_idx;
1106 frB_dp = (unsigned long long *)&spec_fargs[b_idx];
1110 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx];
[all...]
H A Dtest_isa_2_06_part3.c980 int a_idx, b_idx, i; local
986 b_idx = targs->frb_idx;
988 inB = (void *)&spec_sp_fargs[b_idx];
998 int a_idx, b_idx, i; local
1004 b_idx = targs->frb_idx;
1006 inB = (void *)&spec_fargs[b_idx];
1017 int a_idx, b_idx, k; local
1028 b_idx = targs->frb_idx;
1033 frB_dp = (unsigned long long *)&spec_fargs[b_idx];
1037 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx];
[all...]

Completed in 258 milliseconds