Searched refs:idx_arr (Results 1 – 2 of 2) sorted by relevance
103 int idx_arr[1024]; in vpx_highbd_quantize_b_32x32_sse2() local129 if (!(test & 0xf)) idx_arr[idx++] = i * 4; in vpx_highbd_quantize_b_32x32_sse2()130 if (!(test & 0xf0)) idx_arr[idx++] = i * 4 + 1; in vpx_highbd_quantize_b_32x32_sse2()131 if (!(test & 0xf00)) idx_arr[idx++] = i * 4 + 2; in vpx_highbd_quantize_b_32x32_sse2()132 if (!(test & 0xf000)) idx_arr[idx++] = i * 4 + 3; in vpx_highbd_quantize_b_32x32_sse2()138 const int rc = idx_arr[i]; in vpx_highbd_quantize_b_32x32_sse2()149 if (abs_qcoeff) eob = iscan[idx_arr[i]] > eob ? iscan[idx_arr[i]] : eob; in vpx_highbd_quantize_b_32x32_sse2()
228 int idx_arr[1024]; in vpx_quantize_b_32x32_c() local244 idx_arr[idx++] = i; in vpx_quantize_b_32x32_c()250 const int rc = scan[idx_arr[i]]; in vpx_quantize_b_32x32_c()264 if (tmp) eob = idx_arr[i]; in vpx_quantize_b_32x32_c()282 int idx_arr[1024]; in vpx_highbd_quantize_b_32x32_c() local298 idx_arr[idx++] = i; in vpx_highbd_quantize_b_32x32_c()304 const int rc = scan[idx_arr[i]]; in vpx_highbd_quantize_b_32x32_c()315 if (abs_qcoeff) eob = idx_arr[i]; in vpx_highbd_quantize_b_32x32_c()