HomeSort by relevance Sort by last modified time
    Searched refs:get_ref_frame_buf (Results 1 - 17 of 17) sorted by null

  /external/libaom/libaom/av1/encoder/
encode_strategy.c 245 const RefCntBuffer *last_buf = get_ref_frame_buf(cm, LAST_FRAME);
246 const RefCntBuffer *last2_buf = get_ref_frame_buf(cm, LAST2_FRAME);
247 const RefCntBuffer *last3_buf = get_ref_frame_buf(cm, LAST3_FRAME);
248 const RefCntBuffer *golden_buf = get_ref_frame_buf(cm, GOLDEN_FRAME);
249 const RefCntBuffer *bwd_buf = get_ref_frame_buf(cm, BWDREF_FRAME);
250 const RefCntBuffer *alt2_buf = get_ref_frame_buf(cm, ALTREF2_FRAME);
251 const RefCntBuffer *alt_buf = get_ref_frame_buf(cm, ALTREF_FRAME);
    [all...]
mbgraph.c 367 YV12_BUFFER_CONFIG *golden_ref = &get_ref_frame_buf(cm, GOLDEN_FRAME)->buf;
encoder.h     [all...]
reconinter_enc.c 147 get_ref_frame_buf(cm, this_mbmi->ref_frame[ref]);
tpl_model.c 507 RefCntBuffer *ref_buf = get_ref_frame_buf(cm, GOLDEN_FRAME);
rd.c     [all...]
encoder.c     [all...]
encodeframe.c     [all...]
bitstream.c     [all...]
rdopt.c     [all...]
  /external/libaom/libaom/av1/common/
mvref_common.c 350 const RefCntBuffer *const buf_0 = get_ref_frame_buf(cm, rf[0]);
385 const RefCntBuffer *const buf_0 = get_ref_frame_buf(cm, rf[0]);
390 const RefCntBuffer *const buf_1 = get_ref_frame_buf(cm, rf[1]);
    [all...]
pred_common.h 97 const RefCntBuffer *const bck_buf = get_ref_frame_buf(cm, mbmi->ref_frame[0]);
98 const RefCntBuffer *const fwd_buf = get_ref_frame_buf(cm, mbmi->ref_frame[1]);
reconinter.c 641 const RefCntBuffer *const bck_buf = get_ref_frame_buf(cm, mbmi->ref_frame[0]);
642 const RefCntBuffer *const fwd_buf = get_ref_frame_buf(cm, mbmi->ref_frame[1]);
    [all...]
entropymode.c     [all...]
onyxc_int.h 670 static INLINE RefCntBuffer *get_ref_frame_buf( function
    [all...]
  /external/libaom/libaom/av1/decoder/
decoder.c 451 RefCntBuffer *ref_buf = get_ref_frame_buf(cm, LAST_FRAME);
decodeframe.c 705 get_ref_frame_buf(cm, this_mbmi->ref_frame[ref]);
    [all...]

Completed in 1269 milliseconds