Searched refs:start_i (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dmpegvideo_bfin.c36 int last_non_zero, q, start_i; local
66 start_i = 1;
72 start_i = 0;
82 /* for(i=start_i; i<64; i++) { */
110 if (start_i == 1) block[0] = dc;
119 "lsetup (0f,1f) lc0=%3; \n\t" /* for(i=63; i>=start_i; i--) { */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo_enc.c2964 int qmul, qadd, start_i, last_non_zero, i, dc; local
2993 start_i = 1;
3001 start_i = 0;
3007 last_i= start_i;
3012 for(i=63; i>=start_i; i--) {
3022 for(i=start_i; i<=last_non_zero; i++) {
3051 if(last_non_zero < start_i){
3052 memset(block + start_i, 0, (64-start_i)*sizeof(DCTELEM));
3056 score_tab[start_i]
3275 int qmul, qadd, start_i, last_non_zero, i, dc; local
3642 int i, j, level, last_non_zero, q, start_i; local
[all...]
H A Derror_resilience.c618 const int start_i= av_clip(startx + starty * s->mb_width , 0, s->mb_num-1); local
620 const int start_xy= s->mb_index2xy[start_i];
627 if(start_i > end_i || start_xy > end_xy){
637 s->error_count -= end_i - start_i + 1;
641 s->error_count -= end_i - start_i + 1;
645 s->error_count -= end_i - start_i + 1;
668 if(start_xy > 0 && s->avctx->thread_count <= 1 && s->avctx->skip_top*s->mb_width < start_i){
669 int prev_status= s->error_status_table[ s->mb_index2xy[start_i - 1] ];
H A Ddsputil.c3808 int i, last, run, bits, level, distortion, start_i; local
3827 start_i = 1;
3832 start_i = 0;
3837 if(last>=start_i){
3839 for(i=start_i; i<last; i++){
3885 int i, last, run, bits, level, start_i; local
3899 start_i = 1;
3904 start_i = 0;
3909 if(last>=start_i){
3911 for(i=start_i;
[all...]

Completed in 123 milliseconds