Searched refs:idx_arr (Results 1 – 5 of 5) sorted by relevance
101 int idx_arr[1024]; in aom_highbd_quantize_b_32x32_sse2() local126 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() local184 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 …]
105 int idx_arr[1024]; in vpx_highbd_quantize_b_32x32_sse2() local133 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()
123 int *idx_arr; member133 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()
229 int idx_arr[1024]; in vpx_quantize_b_32x32_c() local245 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() local306 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()
270 int idx_arr[4096]; in aom_highbd_quantize_b_helper_c() local287 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()