Home
last modified time | relevance | path

Searched refs:topleft_partition (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h315 (sl->topleft_partition & 2)]; in pred_pskip_motion()
317 (sl->topleft_partition & 2 * b_stride)]; in pred_pskip_motion()
368 sl->topleft_partition = -1; in fill_decode_neighbors()
392 sl->topleft_partition = 0; in fill_decode_neighbors()
677 (sl->topleft_partition & 2 * b_stride); in fill_decode_caches()
678 const int b8_xy = 4 * topleft_xy + 1 + (sl->topleft_partition & 2); in fill_decode_caches()
Dh264dec.h226 int topleft_partition; member