Searched refs:index8 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h98 const int index8 = scan8[n]; local
99 const int top_ref = h->ref_cache[list][index8 - 8];
100 const int left_ref = h->ref_cache[list][index8 - 1];
101 const int16_t *const A = h->mv_cache[list][index8 - 1];
102 const int16_t *const B = h->mv_cache[list][index8 - 8];
116 diagonal_ref = fetch_diagonal_mv(h, &C, index8, list, part_width);
H A Dh264.h976 const int index8 = scan8[n]; local
977 const int left = h->intra4x4_pred_mode_cache[index8 - 1];
978 const int top = h->intra4x4_pred_mode_cache[index8 - 8];
H A Dh264_cavlc.c288 const int index8= scan8[n]; local
289 const int left= h->non_zero_count_cache[index8 - 1];
290 const int top = h->non_zero_count_cache[index8 - 8];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h96 const int index8= scan8[n]; local
97 const int top_ref= h->ref_cache[list][ index8 - 8 ];
98 const int left_ref= h->ref_cache[list][ index8 - 1 ];
99 const int16_t * const A= h->mv_cache[list][ index8 - 1 ];
100 const int16_t * const B= h->mv_cache[list][ index8 - 8 ];
114 diagonal_ref= fetch_diagonal_mv(h, &C, index8, list, part_width);
H A Dh264.h775 const int index8= scan8[n]; local
776 const int left= h->intra4x4_pred_mode_cache[index8 - 1];
777 const int top = h->intra4x4_pred_mode_cache[index8 - 8];
H A Dh264_cavlc.c288 const int index8= scan8[n]; local
289 const int left= h->non_zero_count_cache[index8 - 1];
290 const int top = h->non_zero_count_cache[index8 - 8];

Completed in 119 milliseconds