Searched refs:topleft_partition (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h308 (h->topleft_partition & 2)];
310 (h->topleft_partition & 2 * b_stride)];
361 h->topleft_partition = -1;
385 h->topleft_partition = 0;
670 (h->topleft_partition & 2 * b_stride);
671 const int b8_xy = 4 * topleft_xy + 1 + (h->topleft_partition & 2);
H A Dh264.h392 int topleft_partition; member in struct:H264Context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h290 diagonal_ref = ref[4*h->topleft_mb_xy + 1 + (h->topleft_partition & 2)];
291 C = mv[h->mb2b_xy[h->topleft_mb_xy] + 3 + b_stride + (h->topleft_partition & 2*b_stride)];
341 h->topleft_partition= -1;
364 h->topleft_partition = 0;
638 const int b_xy = h->mb2b_xy[topleft_xy] + 3 + b_stride + (h->topleft_partition & 2*b_stride);
639 const int b8_xy= 4*topleft_xy + 1 + (h->topleft_partition & 2);
H A Dh264.h285 int topleft_partition; member in struct:H264Context

Completed in 27 milliseconds