Searched refs:VP8_LAST_FRAME (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvp8.h96 VP8_LAST_FRAME = 1, enumerator in enum:vpx_ref_frame_type
/external/libvpx/libvpx/vpx/
H A Dvp8.h96 VP8_LAST_FRAME = 1, enumerator in enum:vpx_ref_frame_type
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.h96 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
116 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
H A Donyx_if.c814 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
1600 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME;
2606 if (ref_frame_flags & VP8_LAST_FRAME)
2623 if (ref_frame_flag == VP8_LAST_FRAME)
2642 if (ref_frame_flag == VP8_LAST_FRAME)
3243 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_LAST_FRAME;
3244 cm->yv12_fb[cm->lst_fb_idx].flags &= ~VP8_LAST_FRAME;
3595 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
3615 if (cpi->ref_frame_flags & VP8_LAST_FRAME) {
4939 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME;
[all...]
H A Dencodeframe.c667 if (cpi->ref_frame_flags == VP8_LAST_FRAME)
H A Dpickinter.c638 parent_ref_flag = (cpi->ref_frame_flags & VP8_LAST_FRAME);
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.h93 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
113 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
H A Donyx_if.c791 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
1568 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME;
2552 if (ref_frame_flags & VP8_LAST_FRAME)
2569 if (ref_frame_flag == VP8_LAST_FRAME)
2588 if (ref_frame_flag == VP8_LAST_FRAME)
3207 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_LAST_FRAME;
3208 cm->yv12_fb[cm->lst_fb_idx].flags &= ~VP8_LAST_FRAME;
3442 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
4723 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME;
H A Dpickinter.c512 if ((cpi->ref_frame_flags & VP8_LAST_FRAME &
635 parent_ref_flag = (cpi->ref_frame_flags & VP8_LAST_FRAME);
H A Dencodeframe.c654 if (cpi->ref_frame_flags == VP8_LAST_FRAME)
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp8cx_set_ref.c171 ref.frame_type = VP8_LAST_FRAME;
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_api_test.cc96 ref_copy.frame_type = VP8_LAST_FRAME;
/external/libvpx/libvpx/examples/
H A Dvp8cx_set_ref.c166 ref.frame_type = VP8_LAST_FRAME;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_if.c115 if (ref_frame_flag == VP8_LAST_FRAME)
147 if (ref_frame_flag == VP8_LAST_FRAME)
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c115 if (ref_frame_flag == VP8_LAST_FRAME)
147 if (ref_frame_flag == VP8_LAST_FRAME)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c718 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME;
739 (vp8dx_references_buffer( oci, LAST_FRAME )?VP8_LAST_FRAME:0);
H A Dvp8_cx_iface.c807 ref ^= VP8_LAST_FRAME;
825 upd ^= VP8_LAST_FRAME;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c827 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME;
849 (vp8dx_references_buffer( oci, LAST_FRAME )?VP8_LAST_FRAME:0);
H A Dvp8_cx_iface.c776 ref ^= VP8_LAST_FRAME;
794 upd ^= VP8_LAST_FRAME;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc925 const vpx_ref_frame_type_t type_vec[] = { VP8_LAST_FRAME, VP8_GOLD_FRAME,
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c1867 ref_enc.frame_type = VP8_LAST_FRAME;
1868 ref_dec.frame_type = VP8_LAST_FRAME;
/external/libvpx/libvpx/
H A Dvpxenc.c1457 ref_enc.frame_type = VP8_LAST_FRAME;
1458 ref_dec.frame_type = VP8_LAST_FRAME;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c86 case VP8_LAST_FRAME:
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c97 case VP8_LAST_FRAME:

Completed in 477 milliseconds