summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_block.h')
-rw-r--r--vp9/encoder/vp9_block.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/vp9/encoder/vp9_block.h b/vp9/encoder/vp9_block.h
index 4d336f2a4..7fa00cd19 100644
--- a/vp9/encoder/vp9_block.h
+++ b/vp9/encoder/vp9_block.h
@@ -34,7 +34,7 @@ struct macroblock_plane {
uint16_t *eobs;
struct buf_2d src;
- // Quantizer setings
+ // Quantizer settings
int16_t *round_fp;
int16_t *quant_fp;
int16_t *quant;
@@ -85,10 +85,10 @@ struct macroblock {
// The equivalent error at the current rdmult of one whole bit (not one
// bitcost unit).
int errorperbit;
- // The equivalend SAD error of one (whole) bit at the current quantizer
+ // The equivalent SAD error of one (whole) bit at the current quantizer
// for large blocks.
int sadperbit16;
- // The equivalend SAD error of one (whole) bit at the current quantizer
+ // The equivalent SAD error of one (whole) bit at the current quantizer
// for sub-8x8 blocks.
int sadperbit4;
int rddiv;
@@ -128,7 +128,7 @@ struct macroblock {
// from extending outside the UMV borders
MvLimits mv_limits;
- // Notes transform blocks where no coefficents are coded.
+ // Notes transform blocks where no coefficients are coded.
// Set during mode selection. Read during block encoding.
uint8_t zcoeff_blk[TX_SIZES][256];