Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264dec.h658 const int index8 = scan8[n]; in pred_intra_mode() local
659 const int left = sl->intra4x4_pred_mode_cache[index8 - 1]; in pred_intra_mode()
660 const int top = sl->intra4x4_pred_mode_cache[index8 - 8]; in pred_intra_mode()
H A Dh264_mvpred.h100 const int index8 = scan8[n]; in pred_motion() local
101 const int top_ref = sl->ref_cache[list][index8 - 8]; in pred_motion()
102 const int left_ref = sl->ref_cache[list][index8 - 1]; in pred_motion()
103 const int16_t *const A = sl->mv_cache[list][index8 - 1]; in pred_motion()
104 const int16_t *const B = sl->mv_cache[list][index8 - 8]; in pred_motion()
118 diagonal_ref = fetch_diagonal_mv(h, sl, &C, index8, list, part_width); in pred_motion()
H A Dsvq3.c381 const int index8 = scan8[n]; in svq3_pred_motion() local
382 const int top_ref = s->ref_cache[list][index8 - 8]; in svq3_pred_motion()
383 const int left_ref = s->ref_cache[list][index8 - 1]; in svq3_pred_motion()
384 const int16_t *const A = s->mv_cache[list][index8 - 1]; in svq3_pred_motion()
385 const int16_t *const B = s->mv_cache[list][index8 - 8]; in svq3_pred_motion()
397 diagonal_ref = svq3_fetch_diagonal_mv(s, &C, index8, list, part_width); in svq3_pred_motion()
H A Dh264_cavlc.c287 const int index8= scan8[n]; in pred_non_zero_count() local
288 const int left = sl->non_zero_count_cache[index8 - 1]; in pred_non_zero_count()
289 const int top = sl->non_zero_count_cache[index8 - 8]; in pred_non_zero_count()
/third_party/skia/experimental/sktext/src/
H A DText.cpp262 TextIndex index8 = 0;
302 logicalRun.convertUtf16Range([&](unsigned long index8) {
303 return UTF16FromUTF8[index8];

Completed in 9 milliseconds