Searched refs:zero_coeff (Results 1 – 1 of 1) sorted by relevance
1167 int16_t zero_coeff[16]; in vpx_idct32x32_1024_add_c() local1169 zero_coeff[j] = input[2 * j] | input[2 * j + 1]; in vpx_idct32x32_1024_add_c()1171 zero_coeff[j] = zero_coeff[2 * j] | zero_coeff[2 * j + 1]; in vpx_idct32x32_1024_add_c()1173 zero_coeff[j] = zero_coeff[2 * j] | zero_coeff[2 * j + 1]; in vpx_idct32x32_1024_add_c()1175 zero_coeff[j] = zero_coeff[2 * j] | zero_coeff[2 * j + 1]; in vpx_idct32x32_1024_add_c()1177 if (zero_coeff[0] | zero_coeff[1]) in vpx_idct32x32_1024_add_c()2412 tran_low_t zero_coeff[16]; in vpx_highbd_idct32x32_1024_add_c() local2414 zero_coeff[j] = input[2 * j] | input[2 * j + 1]; in vpx_highbd_idct32x32_1024_add_c()2416 zero_coeff[j] = zero_coeff[2 * j] | zero_coeff[2 * j + 1]; in vpx_highbd_idct32x32_1024_add_c()2418 zero_coeff[j] = zero_coeff[2 * j] | zero_coeff[2 * j + 1]; in vpx_highbd_idct32x32_1024_add_c()[all …]