Home
last modified time | relevance | path

Searched refs:idx_arr (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c101 int idx_arr[1024]; in aom_highbd_quantize_b_32x32_sse2() local
126 if (!(test & 0xf)) idx_arr[idx++] = i * 4; in aom_highbd_quantize_b_32x32_sse2()
127 if (!(test & 0xf0)) idx_arr[idx++] = i * 4 + 1; in aom_highbd_quantize_b_32x32_sse2()
128 if (!(test & 0xf00)) idx_arr[idx++] = i * 4 + 2; in aom_highbd_quantize_b_32x32_sse2()
129 if (!(test & 0xf000)) idx_arr[idx++] = i * 4 + 3; in aom_highbd_quantize_b_32x32_sse2()
135 const int rc = idx_arr[i]; in aom_highbd_quantize_b_32x32_sse2()
145 if (abs_qcoeff) eob = iscan[idx_arr[i]] > eob ? iscan[idx_arr[i]] : eob; in aom_highbd_quantize_b_32x32_sse2()
159 int idx_arr[1024]; in aom_highbd_quantize_b_64x64_sse2() local
184 if (!(test & 0xf)) idx_arr[idx++] = i * 4; in aom_highbd_quantize_b_64x64_sse2()
185 if (!(test & 0xf0)) idx_arr[idx++] = i * 4 + 1; in aom_highbd_quantize_b_64x64_sse2()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c105 int idx_arr[1024]; in vpx_highbd_quantize_b_32x32_sse2() local
133 if (!(test & 0xf)) idx_arr[idx++] = i * 4; in vpx_highbd_quantize_b_32x32_sse2()
134 if (!(test & 0xf0)) idx_arr[idx++] = i * 4 + 1; in vpx_highbd_quantize_b_32x32_sse2()
135 if (!(test & 0xf00)) idx_arr[idx++] = i * 4 + 2; in vpx_highbd_quantize_b_32x32_sse2()
136 if (!(test & 0xf000)) idx_arr[idx++] = i * 4 + 3; in vpx_highbd_quantize_b_32x32_sse2()
142 const int rc = idx_arr[i]; in vpx_highbd_quantize_b_32x32_sse2()
152 if (abs_qcoeff) eob = iscan[idx_arr[i]] > eob ? iscan[idx_arr[i]] : eob; in vpx_highbd_quantize_b_32x32_sse2()
/external/igt-gpu-tools/tests/i915/
Dgem_tiled_swapping.c123 int *idx_arr; member
133 check_bo(t->fd, bo_handles[t->idx_arr[i]]); in thread_run()
144 t->idx_arr = calloc(count, sizeof(int)); in thread_init()
145 igt_assert(t->idx_arr); in thread_init()
148 t->idx_arr[i] = i; in thread_init()
150 igt_permute_array(t->idx_arr, count, igt_exchange_int); in thread_init()
155 free(t->idx_arr); in thread_fini()
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c229 int idx_arr[1024]; in vpx_quantize_b_32x32_c() local
245 if (coeff >= zbins[rc != 0] || coeff <= nzbins[rc != 0]) idx_arr[idx++] = i; in vpx_quantize_b_32x32_c()
251 const int rc = scan[idx_arr[i]]; in vpx_quantize_b_32x32_c()
273 if (tmp) eob = idx_arr[i]; in vpx_quantize_b_32x32_c()
290 int idx_arr[1024]; in vpx_highbd_quantize_b_32x32_c() local
306 if (coeff >= zbins[rc != 0] || coeff <= nzbins[rc != 0]) idx_arr[idx++] = i; in vpx_highbd_quantize_b_32x32_c()
312 const int rc = scan[idx_arr[i]]; in vpx_highbd_quantize_b_32x32_c()
321 if (abs_qcoeff) eob = idx_arr[i]; in vpx_highbd_quantize_b_32x32_c()
/external/libaom/libaom/aom_dsp/
Dquantize.c270 int idx_arr[4096]; in aom_highbd_quantize_b_helper_c() local
287 idx_arr[idx++] = i; in aom_highbd_quantize_b_helper_c()
293 const int rc = scan[idx_arr[i]]; in aom_highbd_quantize_b_helper_c()
310 if (abs_qcoeff) eob = idx_arr[i]; in aom_highbd_quantize_b_helper_c()