Lines Matching refs:temp_in
537 tran_low_t temp_in[4], temp_out[4]; in vp9_fht4x4_c() local
542 for (j = 0; j < 4; ++j) temp_in[j] = input[j * stride + i] * 16; in vp9_fht4x4_c()
543 if (i == 0 && temp_in[0]) temp_in[0] += 1; in vp9_fht4x4_c()
544 ht.cols(temp_in, temp_out); in vp9_fht4x4_c()
550 for (j = 0; j < 4; ++j) temp_in[j] = out[j + i * 4]; in vp9_fht4x4_c()
551 ht.rows(temp_in, temp_out); in vp9_fht4x4_c()
667 tran_low_t temp_in[8], temp_out[8]; in vp9_fht8x8_c() local
672 for (j = 0; j < 8; ++j) temp_in[j] = input[j * stride + i] * 4; in vp9_fht8x8_c()
673 ht.cols(temp_in, temp_out); in vp9_fht8x8_c()
679 for (j = 0; j < 8; ++j) temp_in[j] = out[j + i * 8]; in vp9_fht8x8_c()
680 ht.rows(temp_in, temp_out); in vp9_fht8x8_c()
750 tran_low_t temp_in[16], temp_out[16]; in vp9_fht16x16_c() local
755 for (j = 0; j < 16; ++j) temp_in[j] = input[j * stride + i] * 4; in vp9_fht16x16_c()
756 ht.cols(temp_in, temp_out); in vp9_fht16x16_c()
763 for (j = 0; j < 16; ++j) temp_in[j] = out[j + i * 16]; in vp9_fht16x16_c()
764 ht.rows(temp_in, temp_out); in vp9_fht16x16_c()