Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct32x32_1024_add_neon.c88 const int32_t first_const, in do_butterfly() argument
96 d[4] = vdup_n_s32(first_const); in do_butterfly()
Didct32x32_add_neon.c116 const int16_t first_const, in do_butterfly() argument
129 d[4] = vdup_n_s16(first_const); in do_butterfly()
/external/python/cpython2/Python/
Dcompile.c1346 PyObject *first_const = Py_None; in compiler_function() local
1365 first_const = st->v.Expr.value->v.Str.s; in compiler_function()
1366 if (compiler_add_o(c, c->u->u_consts, first_const) < 0) { in compiler_function()