Home
last modified time | relevance | path

Searched refs:in_low (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c25 const tran_low_t *in_low = NULL; in vpx_fdct4x4_c() local
44 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() local
225 assert(in_low != NULL); in vpx_fdct16x16_c()
[all …]