]> granicus.if.org Git - libjpeg-turbo/commitdiff
ARM SIMD: Comment tweaks
authorDRC <information@libjpeg-turbo.org>
Sun, 7 Feb 2016 23:39:33 +0000 (17:39 -0600)
committerDRC <information@libjpeg-turbo.org>
Sun, 7 Feb 2016 23:39:33 +0000 (17:39 -0600)
simd/jsimd_arm64_neon.S
simd/jsimd_arm_neon.S

index c13a859307b8de469e9cf4ac91be8faa3ba756ca..51b07a6363fb39bebefdd3777e36d3cf85307378 100644 (file)
@@ -1447,7 +1447,7 @@ asm_function jsimd_idct_2x2_neon
 
 #if defined(__APPLE__) || defined(__ANDROID__)
 /* TODO: expand this to include other devices that are known not to have a slow
- *       ld3 implementation. */
+ *       st3 implementation. */
 #define ST3_IS_FAST
 #endif
 
index c63e51369cc9e14b9c263d7afe29ac28509b6915..aa6d37ae43bdc4806944575937166d4e28437f5f 100644 (file)
@@ -2444,9 +2444,9 @@ asm_function jsimd_h2v1_fancy_upsample_neon
 
 /*
  * GLOBAL(JOCTET*)
- * jsimd_chuff_encode_one_block (working_state * state, JOCTET *buffer,
- *                               JCOEFPTR block, int last_dc_val,
- *                               c_derived_tbl *dctbl, c_derived_tbl *actbl)
+ * jsimd_huff_encode_one_block (working_state * state, JOCTET *buffer,
+ *                              JCOEFPTR block, int last_dc_val,
+ *                              c_derived_tbl *dctbl, c_derived_tbl *actbl)
  *
  */