Commit 4454ffcb authored by thomas dettbarn's avatar thomas dettbarn
Browse files

added a comment for the datatype (Q23).

parent 95a6efce
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1234,7 +1234,7 @@ Word16 RCcontextMapping_encode2_estimate_no_mem_s17_LCS_fx(
    UWord16 t;
    Word16 lastnz, lastnz2;
    Word16 rateFlag;
    Word64 bit_estimate_fx;
    Word64 bit_estimate_fx; /* Q23 */

    Word16 symbol;
    const UWord8 *lookup;
+1 −1
Original line number Diff line number Diff line
@@ -2348,7 +2348,7 @@ typedef struct context_rc_mem_struct
{
    int16_t nbits_old;
    int16_t ctx;
    Word64 bit_estimate_fx;
    Word64 bit_estimate_fx; /* Q23 */
    int16_t rateFlag;
    int16_t lastnz;
    int16_t nt_half;