comparison h264_loopfilter.c @ 11026:f5678fb91140 libavcodec

Update comment.
author michael
date Wed, 27 Jan 2010 13:18:08 +0000
parents cd1f5f6a2e45
children 01bd040f8607
comparison
equal deleted inserted replaced
11025:cd1f5f6a2e45 11026:f5678fb91140
613 int list; 613 int list;
614 614
615 if (FRAME_MBAFF 615 if (FRAME_MBAFF
616 // and current and left pair do not have the same interlaced type 616 // and current and left pair do not have the same interlaced type
617 && IS_INTERLACED(mb_type^h->left_type[0]) 617 && IS_INTERLACED(mb_type^h->left_type[0])
618 // and left mb is in the same slice if deblocking_filter == 2 618 // and left mb is in available to us
619 && h->left_type[0]) { 619 && h->left_type[0]) {
620 /* First vertical edge is different in MBAFF frames 620 /* First vertical edge is different in MBAFF frames
621 * There are 8 different bS to compute and 2 different Qp 621 * There are 8 different bS to compute and 2 different Qp
622 */ 622 */
623 DECLARE_ALIGNED_8(int16_t, bS)[8]; 623 DECLARE_ALIGNED_8(int16_t, bS)[8];