Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dblock_idct.cpp155 static void (*const idctrowVCA[10])(int16*, uint8*, uint8*, int) = variable
373 (*idctrowVCA[nz_coefs-1])(coeff_in, pred, dst, width); in BlockIDCT()