Searched refs:in_low (Results 1 – 2 of 2) sorted by relevance
25 const tran_low_t *in_low = NULL; in aom_fdct4x4_c() local43 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() local105 assert(in_low != NULL); in aom_fdct4x4_lp_c()[all …]
25 const tran_low_t *in_low = NULL; in vpx_fdct4x4_c() local44 assert(in_low != NULL); in vpx_fdct4x4_c()45 in_high[0] = in_low[0 * 4]; in vpx_fdct4x4_c()46 in_high[1] = in_low[1 * 4]; in vpx_fdct4x4_c()47 in_high[2] = in_low[2 * 4]; in vpx_fdct4x4_c()48 in_high[3] = in_low[3 * 4]; in vpx_fdct4x4_c()49 ++in_low; in vpx_fdct4x4_c()69 in_low = intermediate; in vpx_fdct4x4_c()193 const tran_low_t *in_low = NULL; in vpx_fdct16x16_c() local225 assert(in_low != NULL); in vpx_fdct16x16_c()[all …]