• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching defs:ref_cache

39     const int topright_ref= h->ref_cache[list][ i - 8 + part_width ];
58 && h->ref_cache[list][scan8[0]-1] != PART_NOT_AVAILABLE){
84 return h->ref_cache[list][ i - 8 - 1 ];
97 const int top_ref= h->ref_cache[list][ index8 - 8 ];
98 const int left_ref= h->ref_cache[list][ index8 - 1 ];
152 const int top_ref= h->ref_cache[list][ scan8[0] - 8 ];
163 const int left_ref= h->ref_cache[list][ scan8[8] - 1 ];
187 const int left_ref= h->ref_cache[list][ scan8[0] - 1 ];
245 fill_rectangle(&h->ref_cache[0][scan8[0]], 4, 4, 8, 0, 1);
578 int8_t *ref_cache = &h->ref_cache[list][scan8[0]];
590 ref_cache[0 - 1*8]=
591 ref_cache[1 - 1*8]= ref[4*top_xy + 2];
592 ref_cache[2 - 1*8]=
593 ref_cache[3 - 1*8]= ref[4*top_xy + 3];
596 AV_WN32A(&ref_cache[0 - 1*8], ((top_type ? LIST_NOT_USED : PART_NOT_AVAILABLE)&0xFF)*0x01010101u);
607 ref_cache[cache_idx ]= ref[b8_xy + (left_block[0+i*2]&~1)];
608 ref_cache[cache_idx+8]= ref[b8_xy + (left_block[1+i*2]&~1)];
612 ref_cache[cache_idx ]=
613 ref_cache[cache_idx+8]= (left_type[LEFT(i)]) ? LIST_NOT_USED : PART_NOT_AVAILABLE;
621 ref_cache[-1]= ref[b8_xy + (left_block[0]&~1)];
624 ref_cache[-1]= left_type[LTOP] ? LIST_NOT_USED : PART_NOT_AVAILABLE;
631 ref_cache[4 - 1*8]= ref[4*topright_xy + 2];
634 ref_cache[4 - 1*8]= topright_type ? LIST_NOT_USED : PART_NOT_AVAILABLE;
636 if(ref_cache[4 - 1*8] < 0){
641 ref_cache[-1 - 1*8]= ref[b8_xy];
644 ref_cache[-1 - 1*8]= topleft_type ? LIST_NOT_USED : PART_NOT_AVAILABLE;
654 ref_cache[2+8*0] =
655 ref_cache[2+8*2] = PART_NOT_AVAILABLE;
729 if(!IS_INTERLACED(mb_type) && h->ref_cache[list][idx] >= 0){\
730 h->ref_cache[list][idx] <<= 1;\
738 if(IS_INTERLACED(mb_type) && h->ref_cache[list][idx] >= 0){\
739 h->ref_cache[list][idx] >>= 1;\