Searched refs:scan8 (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264.c187 *(uint32_t*)&h->ref_cache[list][scan8[ 0]] =
188 *(uint32_t*)&h->ref_cache[list][scan8[ 2]] = (pack16to32(ref[0],ref[1])&0x00FF00FF)*0x0101;
190 *(uint32_t*)&h->ref_cache[list][scan8[ 8]] =
191 *(uint32_t*)&h->ref_cache[list][scan8[10]] = (pack16to32(ref[0],ref[1])&0x00FF00FF)*0x0101;
375 *(uint32_t*)h->mv_cache[list][scan8[0] + 0 - 1*8]= *(uint32_t*)s->current_picture.motion_val[list][b_xy + 0];
376 *(uint32_t*)h->mv_cache[list][scan8[0] + 1 - 1*8]= *(uint32_t*)s->current_picture.motion_val[list][b_xy + 1];
377 *(uint32_t*)h->mv_cache[list][scan8[0] + 2 - 1*8]= *(uint32_t*)s->current_picture.motion_val[list][b_xy + 2];
378 *(uint32_t*)h->mv_cache[list][scan8[0] + 3 - 1*8]= *(uint32_t*)s->current_picture.motion_val[list][b_xy + 3];
379 h->ref_cache[list][scan8[0] + 0 - 1*8]=
380 h->ref_cache[list][scan8[
[all...]
H A Dsvq3.c396 *(int32_t *) h->mv_cache[dir][scan8[k] + 1*8] = mv;
399 *(int32_t *) h->mv_cache[dir][scan8[k] + 1 + 1*8] = mv;
403 *(int32_t *) h->mv_cache[dir][scan8[k] + 1] = mv;
406 *(int32_t *) h->mv_cache[dir][scan8[k]] = mv;
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];
475 *(uint32_t *) h->mv_cache[m][scan8[0] - 1 + i*8] = 0;
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));
480 memset(&h->ref_cache[m][scan8[0] - 1*8], (h->intra4x4_pred_mode[mb_xy - s->mb_stride][4] == -1) ? PART_NOT_AVAILABLE : 1, 4);
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];
484 h->ref_cache[m][scan8[
[all...]
H A Dh264idct.c169 static const uint8_t scan8[16 + 2*4]={ variable
183 int nnz = nnzc[ scan8[i] ];
194 if(nnzc[ scan8[i] ]) idct_internal (dst + block_offset[i], block + i*16, stride, 4, 6, 1);
202 int nnz = nnzc[ scan8[i] ];
213 if(nnzc[ scan8[i] ])
H A Dh264data.h245 static const uint8_t scan8[16 + 2*4]={ variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dh264idct_neon.S106 movrel r7, scan8
133 movrel r7, scan8
158 movrel r7, scan8+16
179 scan8: .byte 4+1*8, 5+1*8, 4+2*8, 5+2*8 label
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dh264dsp_mmx.c380 static const uint8_t scan8[16 + 2*4]={ variable
394 if(nnzc[ scan8[i] ])
402 if(nnzc[ scan8[i] ])
411 int nnz = nnzc[ scan8[i] ];
422 if(nnzc[ scan8[i] ] || block[i*16])
430 if(nnzc[ scan8[i] ]) ff_h264_idct_add_mmx (dst + block_offset[i], block + i*16, stride);
438 int nnz = nnzc[ scan8[i] ];
449 int nnz = nnzc[ scan8[i] ];
460 if(nnzc[ scan8[i] ] || block[i*16])
468 if(nnzc[ scan8[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dh264_altivec.c657 int nnz = nnzc[ scan8[i] ];
668 if(nnzc[ scan8[i] ]) ff_h264_idct_add_altivec(dst + block_offset[i], block + i*16, stride);
676 int nnz = nnzc[ scan8[i] ];
687 if(nnzc[ scan8[i] ])

Completed in 123 milliseconds