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

  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
block_idct.cpp 178 static void (*const idctrowVCA2[8])(int16*, uint8*, uint8*, int) =
397 (*(idctrowVCA2[bitmaprow>>4]))(coeff_in, pred, dst, width);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 177 static void (*const idctrowVCA2[8])(int16*, uint8*, uint8*, int) =
396 (*(idctrowVCA2[bitmaprow>>4]))(coeff_in, pred, dst, width);

Completed in 41 milliseconds