HomeSort by relevance Sort by last modified time
    Searched refs:idctrowVCA (Results 1 - 2 of 2) sorted by null

  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
block_idct.cpp 155 static void (*const idctrowVCA[10])(int16*, uint8*, uint8*, int) =
373 (*idctrowVCA[nz_coefs-1])(coeff_in, pred, dst, width);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 154 static void (*const idctrowVCA[10])(int16*, uint8*, uint8*, int) =
372 (*idctrowVCA[nz_coefs-1])(coeff_in, pred, dst, width);

Completed in 32 milliseconds