• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:left_type

64             if (!MB_FIELD(h) && IS_INTERLACED(h->left_type[0])) {
68 if (MB_FIELD(h) && !IS_INTERLACED(h->left_type[0])) {
269 if (USES_LIST(h->left_type[LTOP], 0)) {
272 FIX_MV_MBAFF(h->left_type[LTOP], left_ref, A, 0);
275 } else if (h->left_type[LTOP]) {
416 h->left_type[LTOP] = h->cur_pic.mb_type[left_xy[LTOP]];
417 h->left_type[LBOT] = h->cur_pic.mb_type[left_xy[LBOT]];
425 h->left_type[LTOP] = h->left_type[LBOT] = 0;
432 h->left_type[LTOP] = h->left_type[LBOT] = 0;
442 int topleft_type, top_type, topright_type, left_type[LEFT_MBS];
456 left_type[LTOP] = h->left_type[LTOP];
457 left_type[LBOT] = h->left_type[LBOT];
472 if (IS_INTERLACED(mb_type) != IS_INTERLACED(left_type[LTOP])) {
474 if (!(left_type[LTOP] & type_mask)) {
478 if (!(left_type[LBOT] & type_mask)) {
486 if (!((left_typei & type_mask) && (left_type[LTOP] & type_mask))) {
492 if (!(left_type[LTOP] & type_mask)) {
514 if (IS_INTRA4x4(left_type[LEFT(i)])) {
520 h->intra4x4_pred_mode_cache[3 + 8 * 2 + 2 * 8 * i] = 2 - 3 * !(left_type[LEFT(i)] & type_mask);
555 if (left_type[LEFT(i)]) {
590 if (left_type[LTOP]) {
628 if (USES_LIST(left_type[LEFT(i)], list)) {
641 ref_cache[cache_idx + 8] = (left_type[LEFT(i)]) ? LIST_NOT_USED
646 if (USES_LIST(left_type[LTOP], list)) {
653 ref_cache[-1] = left_type[LTOP] ? LIST_NOT_USED
699 if (USES_LIST(left_type[LTOP], list)) {
707 if (USES_LIST(left_type[LBOT], list)) {
734 if (IS_DIRECT(left_type[LTOP]))
736 else if (IS_8X8(left_type[LTOP]))
741 if (IS_DIRECT(left_type[LBOT]))
743 else if (IS_8X8(left_type[LBOT]))
758 MAP_F2F(scan8[0] - 1 + 0 * 8, left_type[LTOP]) \
759 MAP_F2F(scan8[0] - 1 + 1 * 8, left_type[LTOP]) \
760 MAP_F2F(scan8[0] - 1 + 2 * 8, left_type[LBOT]) \
761 MAP_F2F(scan8[0] - 1 + 3 * 8, left_type[LBOT])
791 h->neighbor_transform_size = !!IS_8x8DCT(top_type) + !!IS_8x8DCT(left_type[LTOP]);