Searched refs:FIELD_PICTURE (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_refs.c131 if (FIELD_PICTURE(h))
210 if (FIELD_PICTURE(h)) {
323 if (FIELD_PICTURE(h)) {
333 || (!FIELD_PICTURE(h) && (h->ref_list[list][index].reference&3) != 3)) {
339 && !(!FIELD_PICTURE(h) && (h->default_ref_list[list][0].reference&3) != 3))
562 !(FIELD_PICTURE(h) && !h->first_field && h->cur_pic_ptr->reference)) {
566 if (FIELD_PICTURE(h)) {
828 !(opcode == MMCO_LONG2UNUSED && FIELD_PICTURE(h)))) {
H A Dh264.h74 #define FIELD_PICTURE(h) ((h)->picture_structure != PICT_FRAME) macro
83 #define FIELD_PICTURE(h) 0 macro
91 #define FIELD_OR_MBAFF_PICTURE(h) (FRAME_MBAFF(h) || FIELD_PICTURE(h))
H A Dh264_picture.c199 if (!FIELD_PICTURE(h) && h->current_slice && !h->sps.new) {
H A Dh264_mb.c177 if (!FIELD_PICTURE(h) && ref_field_picture) { // frame referencing two fields
185 } else if (FIELD_PICTURE(h) && !ref_field_picture) { // field referencing one field of a frame
190 } else if (FIELD_PICTURE(h)) {
H A Dh264_loopfilter.c271 const int16_t *bSH = FIELD_PICTURE(h) ? bS3 : bS4;
372 h->list_count==2, edges, step, mask_edge0, mask_edge1, FIELD_PICTURE(h));
377 AV_WN64A(bS[1][0], FIELD_PICTURE(h) ? 0x0003000300030003ULL : 0x0004000400040004ULL);
H A Dh264_slice.c1286 if (h0->current_slice && h->cur_pic_ptr && FIELD_PICTURE(h)) {
1554 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) {
1651 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) {
1655 h0->first_field = FIELD_PICTURE(h);
1672 h0->first_field = FIELD_PICTURE(h);
1675 if (!FIELD_PICTURE(h) || h0->first_field) {
1685 if (FIELD_PICTURE(h)) {
2316 int top = 16 * (h->mb_y >> FIELD_PICTURE(h));
2317 int pic_height = 16 * h->mb_height >> FIELD_PICTURE(h);
H A Dh264_cabac.c1346 mbb_xy = mb_xy - (h->mb_stride << FIELD_PICTURE(h));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_refs.c117 if(FIELD_PICTURE)
177 if(FIELD_PICTURE){
275 if (FIELD_PICTURE){
485 !(FIELD_PICTURE && !s->first_field && s->current_picture_ptr->f.reference)) {
489 if (FIELD_PICTURE) {
684 if(long_arg >= 32 || (long_arg >= 16 && !(opcode == MMCO_SET_MAX_LONG && long_arg == 16) && !(opcode == MMCO_LONG2UNUSED && FIELD_PICTURE))){
H A Dh264.h65 #define FIELD_PICTURE (s->picture_structure != PICT_FRAME) macro
74 #define FIELD_PICTURE 0 macro
82 #define FIELD_OR_MBAFF_PICTURE (FRAME_MBAFF || FIELD_PICTURE)
H A Dh264_loopfilter.c275 const int16_t *bSH = FIELD_PICTURE ? bS3 : bS4;
376 h->list_count==2, edges, step, mask_edge0, mask_edge1, FIELD_PICTURE);
381 AV_WN64A(bS[1][0], FIELD_PICTURE ? 0x0003000300030003ULL : 0x0004000400040004ULL);
H A Dh264.c363 if(!FIELD_PICTURE && ref_field_picture){ // frame referencing two fields
366 }else if(FIELD_PICTURE && !ref_field_picture){ // field referencing one field of a frame
368 }else if(FIELD_PICTURE){
2562 if (!FIELD_PICTURE)
2657 if(h0->current_slice && FIELD_PICTURE){
2933 if (!FIELD_PICTURE || s->picture_structure == last_pic_structure) {
3023 if (!FIELD_PICTURE || s->picture_structure == last_pic_structure) {
3029 s0->first_field = FIELD_PICTURE;
3048 s0->first_field = FIELD_PICTURE;
3051 if(!FIELD_PICTURE || s
[all...]
H A Dh264_cabac.c1348 mbb_xy = mb_xy - (s->mb_stride << FIELD_PICTURE);

Completed in 75 milliseconds