Searched refs:b_stride (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsvq3.c324 const int b_xy = (4*s->mb_x + (j >> 2)) + (4*s->mb_y + (i >> 2))*h->b_stride;
411 fill_rectangle(s->current_picture.motion_val[dir][b_xy], part_width>>2, part_height>>2, h->b_stride, pack16to32(mx,my), 4);
426 const int b_xy = 4*s->mb_x + 4*s->mb_y*h->b_stride;
471 *(uint32_t *) h->mv_cache[m][scan8[0] - 1 + i*8] = *(uint32_t *) s->current_picture.motion_val[m][b_xy - 1 + i*h->b_stride];
479 memcpy(h->mv_cache[m][scan8[0] - 1*8], s->current_picture.motion_val[m][b_xy - h->b_stride], 4*2*sizeof(int16_t));
483 *(uint32_t *) h->mv_cache[m][scan8[0] + 4 - 1*8] = *(uint32_t *) s->current_picture.motion_val[m][b_xy - h->b_stride + 4];
490 *(uint32_t *) h->mv_cache[m][scan8[0] - 1 - 1*8] = *(uint32_t *) s->current_picture.motion_val[m][b_xy - h->b_stride - 1];
511 memset(s->current_picture.motion_val[0][b_xy + i*h->b_stride], 0, 4*2*sizeof(int16_t));
519 memset(s->current_picture.motion_val[1][b_xy + i*h->b_stride], 0, 4*2*sizeof(int16_t));
606 memset(s->current_picture.motion_val[0][b_xy + i*h->b_stride],
[all...]
H A Dsnow.c2423 const int b_stride= b_width; local
2424 BlockNode *lt= &s->block[b_x + b_y*b_stride];
2426 BlockNode *lb= lt+b_stride;
2700 const int b_stride = s->b_width << s->block_max_depth; local
2703 int index= mb_x + mb_y*b_stride;
2746 const int b_stride = s->b_width << s->block_max_depth; local
2748 int index= x + y*b_stride;
2751 const BlockNode *top = y ? &s->block[index-b_stride] : &null_block;
2752 const BlockNode *tl = y && x ? &s->block[index-b_stride-1] : left;
2753 const BlockNode *tr = y && x+w<b_stride
2794 const int b_stride = s->b_width << s->block_max_depth; local
2894 const int b_stride = s->b_width << s->block_max_depth; local
2948 const int b_stride= s->b_width << s->block_max_depth; local
2993 const int b_stride= s->b_width << s->block_max_depth; local
3033 const int b_stride= b_width; local
[all...]
H A Dintrax8dsp.c324 static void x8_loop_filter(uint8_t * ptr, const int a_stride, const int b_stride, int quant){ argument
329 for(i=0; i<8; i++,ptr+=b_stride){
H A Dh264.h311 int b_stride; //FIXME use s->b4_stride member in struct:H264Context
H A Dh264.c373 const int b_xy= h->mb2b_xy[top_xy] + 3*h->b_stride;
396 *(uint32_t*)h->mv_cache[list][cache_idx ]= *(uint32_t*)s->current_picture.motion_val[list][b_xy + h->b_stride*left_block[0+i*2]];
397 *(uint32_t*)h->mv_cache[list][cache_idx+8]= *(uint32_t*)s->current_picture.motion_val[list][b_xy + h->b_stride*left_block[1+i*2]];
412 const int b_xy = h->mb2b_xy[topleft_xy] + 3 + h->b_stride + (topleft_partition & 2*h->b_stride);
422 const int b_xy= h->mb2b_xy[topright_xy] + 3*h->b_stride;
448 const int b_xy= h->mb2b_xy[top_xy] + 3*h->b_stride;
461 *(uint32_t*)h->mvd_cache[list][scan8[0] - 1 + 0*8]= *(uint32_t*)h->mvd_table[list][b_xy + h->b_stride*left_block[0]];
462 *(uint32_t*)h->mvd_cache[list][scan8[0] - 1 + 1*8]= *(uint32_t*)h->mvd_table[list][b_xy + h->b_stride*left_block[1]];
469 *(uint32_t*)h->mvd_cache[list][scan8[0] - 1 + 2*8]= *(uint32_t*)h->mvd_table[list][b_xy + h->b_stride*left_bloc
[all...]

Completed in 183 milliseconds