Changes in / [5f49e92:024a5f7] in ffmpeg


Ignore:
Location:
libavcodec
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • libavcodec/bfin/vp3_bfin.c

    r5f49e92 r024a5f7  
    3131static void bfin_vp3_idct_put(uint8_t *dest, int line_size, int16_t *block)
    3232{
    33     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP + 128;
     33    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP + 128;
    3434    int i,j;
    3535
  • libavcodec/dvdsubdec.c

    r5f49e92 r024a5f7  
    4141static void yuv_a_to_rgba(const uint8_t *ycbcr, const uint8_t *alpha, uint32_t *rgba, int num_values)
    4242{
    43     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     43    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    4444    uint8_t r, g, b;
    4545    int i, y, cb, cr;
  • libavcodec/imgconvert.c

    r5f49e92 r024a5f7  
    484484                             int size)
    485485{
    486     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     486    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    487487    int sum;
    488488
     
    507507                                       uint8_t *lum, int size)
    508508{
    509     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     509    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    510510    int sum;
    511511
  • libavcodec/rv30.c

    r5f49e92 r024a5f7  
    125125                                         const int stride, const int lim)
    126126{
    127     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     127    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    128128    int i, diff;
    129129
  • libavcodec/rv30dsp.c

    r5f49e92 r024a5f7  
    3333static av_unused void OPNAME ## rv30_tpel8_h_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, const int C1, const int C2){\
    3434    const int h = 8;\
    35     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     35    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    3636    int i;\
    3737    for(i = 0; i < h; i++)\
     
    5252static void OPNAME ## rv30_tpel8_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, const int C1, const int C2){\
    5353    const int w = 8;\
    54     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     54    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    5555    int i;\
    5656    for(i = 0; i < w; i++)\
     
    8383    const int w = 8;\
    8484    const int h = 8;\
    85     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     85    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    8686    int i, j;\
    8787    for(j = 0; j < h; j++){\
     
    102102    const int w = 8;\
    103103    const int h = 8;\
    104     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     104    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    105105    int i, j;\
    106106    for(j = 0; j < h; j++){\
     
    121121    const int w = 8;\
    122122    const int h = 8;\
    123     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     123    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    124124    int i, j;\
    125125    for(j = 0; j < h; j++){\
     
    140140    const int w = 8;\
    141141    const int h = 8;\
    142     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     142    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    143143    int i, j;\
    144144    for(j = 0; j < h; j++){\
  • libavcodec/rv40dsp.c

    r5f49e92 r024a5f7  
    3434static av_unused void OPNAME ## rv40_qpel8_h_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride,\
    3535                                                     const int h, const int C1, const int C2, const int SHIFT){\
    36     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     36    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    3737    int i;\
    3838    for(i = 0; i < h; i++)\
     
    5353static void OPNAME ## rv40_qpel8_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride,\
    5454                                           const int w, const int C1, const int C2, const int SHIFT){\
    55     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     55    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    5656    int i;\
    5757    for(i = 0; i < w; i++)\
     
    352352                                                   const int lim_p1)
    353353{
    354     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     354    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    355355    int i, t, u, diff;
    356356
  • libavcodec/sh4/dsputil_sh4.c

    r5f49e92 r024a5f7  
    5757{
    5858        int i;
    59         uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     59        const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    6060        ff_idct_sh4(block);
    6161        for(i=0;i<8;i++) {
     
    7575{
    7676        int i;
    77         uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     77        const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    7878        ff_idct_sh4(block);
    7979        for(i=0;i<8;i++) {
  • libavcodec/sh4/qpel.c

    r5f49e92 r024a5f7  
    364364#define QPEL_MC(r, OPNAME, RND, OP) \
    365365static void OPNAME ## mpeg4_qpel8_h_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h){\
    366     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     366    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    367367    do {\
    368368        uint8_t *s = src; \
     
    391391\
    392392static void OPNAME ## mpeg4_qpel8_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride){\
    393     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     393    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    394394    int w=8;\
    395395    do{\
     
    419419\
    420420static void OPNAME ## mpeg4_qpel16_h_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h){\
    421     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     421    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    422422    do {\
    423423        uint8_t *s = src;\
     
    463463\
    464464static void OPNAME ## mpeg4_qpel16_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride){\
    465     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
     465    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
    466466    int w=16;\
    467467    do {\
     
    755755
    756756static void wmv2_mspel8_h_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h){
    757     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     757    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    758758
    759759    do{
     
    785785
    786786static void wmv2_mspel8_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int w){
    787     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     787    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    788788
    789789    do{
  • libavcodec/vp3.c

    r5f49e92 r024a5f7  
    382382                int qscale= i ? ac_scale_factor : dc_scale_factor;
    383383
    384                 s->qmat[qpi][inter][plane][s->idct_permutation[i]]= av_clip((qscale * coeff)/100 * 4, qmin, 4096);
     384                s->qmat[qpi][inter][plane][s->idct_permutation[i]] =
     385                    av_clip((qscale * coeff) / 100 * 4, qmin, 4096);
    385386            }
    386387            // all DC coefficients use the same quant so as not to interfere with DC prediction
  • libavcodec/vp8dsp.c

    r5f49e92 r024a5f7  
    161161    LOAD_PIXELS
    162162    int a, f1, f2;
    163     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     163    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    164164
    165165    a = 3*(q0 - p0);
     
    216216{
    217217    int a0, a1, a2, w;
    218     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
     218    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
    219219
    220220    LOAD_PIXELS
     
    338338{ \
    339339    const uint8_t *filter = subpel_filters[mx-1]; \
    340     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; \
     340    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; \
    341341    int x, y; \
    342342\
     
    352352{ \
    353353    const uint8_t *filter = subpel_filters[my-1]; \
    354     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; \
     354    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; \
    355355    int x, y; \
    356356\
     
    366366{ \
    367367    const uint8_t *filter = subpel_filters[mx-1]; \
    368     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; \
     368    const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; \
    369369    int x, y; \
    370370    uint8_t tmp_array[(2*SIZE+VTAPS-1)*SIZE]; \
Note: See TracChangeset for help on using the changeset viewer.