Lines Matching refs:in_low
25 const tran_low_t *in_low = NULL; in aom_fdct4x4_c() local
43 assert(in_low != NULL); in aom_fdct4x4_c()
44 in_high[0] = in_low[0 * 4]; in aom_fdct4x4_c()
45 in_high[1] = in_low[1 * 4]; in aom_fdct4x4_c()
46 in_high[2] = in_low[2 * 4]; in aom_fdct4x4_c()
47 in_high[3] = in_low[3 * 4]; in aom_fdct4x4_c()
48 ++in_low; in aom_fdct4x4_c()
68 in_low = intermediate; in aom_fdct4x4_c()
87 const int16_t *in_low = NULL; in aom_fdct4x4_lp_c() local
105 assert(in_low != NULL); in aom_fdct4x4_lp_c()
106 in_high[0] = in_low[0 * 4]; in aom_fdct4x4_lp_c()
107 in_high[1] = in_low[1 * 4]; in aom_fdct4x4_lp_c()
108 in_high[2] = in_low[2 * 4]; in aom_fdct4x4_lp_c()
109 in_high[3] = in_low[3 * 4]; in aom_fdct4x4_lp_c()
110 ++in_low; in aom_fdct4x4_lp_c()
130 in_low = intermediate; in aom_fdct4x4_lp_c()