Home | History | Annotate | Download | only in parser

Lines Matching refs:BOTTOM_FIELD

205 	if(long_term) temp = ((active_fs->bottom_field.used_for_reference) && (active_fs->bottom_field.is_long_term))  ? 1 : 0;
206 else temp = ((active_fs->bottom_field.used_for_reference) && !(active_fs->bottom_field.is_long_term)) ? 1 : 0;
283 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // bottom_field
294 if (currPicStructure == BOTTOM_FIELD) {
305 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // bottom_field
539 active_fs->bottom_field.pic_num = (active_fs->frame_num_wrap << 1) + add_bottom;
576 active_fs->bottom_field.long_term_pic_num = (active_fs->bottom_field.long_term_frame_idx << 1) + add_bottom;
897 // Sets field_flag, bottom_field and err_flag based on the picture and whether
927 if (!(temp_fs->bottom_field.is_long_term))
928 if (temp_fs->bottom_field.pic_num == pic_num)
972 if (temp_fs->bottom_field.is_long_term)
973 if (temp_fs->bottom_field.long_term_pic_num == long_term_pic_num)
1478 case(BOTTOM_FIELD): {
1479 active_fs->bottom_field.used_for_reference = used_for_reference << 1;
1506 if ((viddec_h264_get_dec_structure(active_fs) == TOP_FIELD)||(viddec_h264_get_dec_structure(active_fs) == BOTTOM_FIELD))
1733 case BOTTOM_FIELD :{
1736 active_fs->bottom_field.used_for_reference = (used_for_reference<<1);
1740 if (active_fs->bottom_field.is_long_term)
1743 active_fs->long_term_frame_idx = active_fs->bottom_field.long_term_frame_idx;
1751 active_fs->frame.poc = active_fs->bottom_field.poc;
1834 if(active_fs->bottom_field.used_for_reference == 0)
1838 (active_fs->bottom_field.pic_num == picNumX) )
1840 active_fs->bottom_field.used_for_reference = 0;
1908 if ((active_fs->bottom_field.used_for_reference == 0) || (active_fs->bottom_field.is_long_term == 0))
1914 (active_fs->bottom_field.long_term_pic_num == long_term_pic_num) )
1916 active_fs->bottom_field.used_for_reference = 0;
1917 active_fs->bottom_field.is_long_term = 0;
1961 (active_fs->bottom_field.pic_num == picNumX) )
1964 pic_struct = BOTTOM_FIELD;
2104 picNumX = (active_fs->bottom_field.pic_num << 1) + 1;
2105 active_fs->bottom_field.is_long_term = 1;
2106 active_fs->bottom_field.long_term_frame_idx = long_term_frame_idx;
2109 active_fs->bottom_field.long_term_pic_num = (long_term_frame_idx << 1) + 1;
2171 is_complement = (active_fs->bottom_field.is_long_term)? 1:0;
2172 else if(polarity == BOTTOM_FIELD)
2241 active_fs->bottom_field.long_term_frame_idx = long_term_frame_idx;
2245 active_fs->bottom_field.is_long_term = 1;
2253 active_fs->bottom_field.long_term_pic_num = long_term_frame_idx;
2277 else if (polarity == BOTTOM_FIELD)
2279 active_fs->bottom_field.long_term_frame_idx = long_term_frame_idx;
2280 active_fs->bottom_field.is_long_term = 1;
2284 active_fs->bottom_field.long_term_pic_num = (long_term_frame_idx << 1) + ((pInfo->img.structure == BOTTOM_FIELD) ? 1 : 0);
2385 else if (viddec_h264_get_dec_structure(active_fs) == BOTTOM_FIELD)
2387 active_fs->bottom_field.poc = active_fs->bottom_field.pic_num = 0;
2549 if (viddec_h264_get_is_used(active_fs)&0x2) active_fs->bottom_field.used_for_reference = 0;
2579 active_fs->bottom_field.used_for_reference = 0;
2580 active_fs->bottom_field.is_long_term = 0;
2628 case BOTTOM_FIELD:
2666 *flag = *flag || active_fs->bottom_field.used_for_reference;
2761 case BOTTOM_FIELD : active_fs->bottom_field.is_long_term = 1;
3079 active_fs->bottom_field.poc = pInfo->img.bottompoc;
3082 active_fs->bottom_field.used_for_reference = active_fs->frame.used_for_reference >> 1;
3085 active_fs->bottom_field.is_long_term = active_fs->frame.is_long_term;
3089 active_fs->bottom_field.long_term_frame_idx = active_fs->frame.long_term_frame_idx;
3115 active_fs->frame.poc = (active_fs->top_field.poc < active_fs->bottom_field.poc)?
3116 active_fs->top_field.poc: active_fs->bottom_field.poc;
3121 active_fs->frame.used_for_reference = active_fs->top_field.used_for_reference |(active_fs->bottom_field.used_for_reference);
3123 active_fs->frame.is_long_term = active_fs->top_field.is_long_term |(active_fs->bottom_field.is_long_term <<1);
3218 if(active_fs->bottom_field.poc >= pInfo->sei_information.freeze_POC)
3220 if(active_fs->bottom_field.poc < pInfo->sei_information.release_POC)
3293 active_fs->bottom_field.used_for_reference = 0;
3843 case(BOTTOM_FIELD) :{
3844 active_fs->bottom_field.pic_num = pInfo->img.frame_num;
3845 active_fs->bottom_field.long_term_frame_idx = 0;
3846 active_fs->bottom_field.long_term_pic_num = 0;
3847 active_fs->bottom_field.used_for_reference = 0;
3848 active_fs->bottom_field.is_long_term = 0;
3849 //active_fs->bottom_field.structure = pInfo->img.structure;
3850 active_fs->bottom_field.poc = pInfo->img.bottompoc;