Home
last modified time | relevance | path

Searched refs:FRAME_TYPE (Results 1 – 25 of 28) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/
Dblockd.h63 typedef enum { KEY_FRAME = 0, INTER_FRAME = 1 } FRAME_TYPE; typedef
173 FRAME_TYPE frame_type;
230 FRAME_TYPE frame_type;
Donyxc_int.h91 FRAME_TYPE
93 FRAME_TYPE frame_type;
Dvp8_loopfilter.c175 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_row_normal()
396 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_frame_yonly()
490 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_partial_frame()
Dmfqe.c236 FRAME_TYPE frame_type = cm->frame_type; in vp8_multiframe_quality_enhance()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h214 int vp9_estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs,
291 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
310 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type,
Dvp9_denoiser.h75 FRAME_TYPE frame_type, int refresh_alt_ref_frame, int refresh_golden_frame,
Dvp9_svc_layercontext.h55 FRAME_TYPE last_frame_type;
Dvp9_denoiser.c466 FRAME_TYPE frame_type, int refresh_alt_ref_frame, int refresh_golden_frame, in vp9_denoiser_update_frame_info()
789 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_denoiser_update_ref_frame()
Dvp9_ratectrl.c188 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex, in vp9_rc_bits_per_mb()
201 int vp9_estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs, in vp9_estimate_bits_at_q()
753 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_rc_update_rate_correction_factors()
835 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_rc_regulate_q()
2448 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type, in vp9_compute_qdelta_by_rate()
/external/libaom/libaom/av1/encoder/
Dratectrl.h197 int av1_estimate_bits_at_q(FRAME_TYPE frame_kind, int q, int mbs,
265 int av1_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
288 int av1_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type,
Dlevel.h75 FRAME_TYPE frame_type;
Dratectrl.c159 int av1_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex, in av1_rc_bits_per_mb()
171 int av1_estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs, in av1_estimate_bits_at_q()
1103 const FRAME_TYPE frame_type = (rf_lvl == KF_STD) ? KEY_FRAME : INTER_FRAME; in av1_frame_type_qdelta()
1707 aom_bit_depth_t bit_depth, FRAME_TYPE frame_type, in find_qindex_by_rate()
1729 int av1_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type, in av1_compute_qdelta_by_rate()
Dencoder.h1347 FRAME_TYPE last_frame_type;
1366 FRAME_TYPE frame_type;
Daq_cyclicrefresh.c99 const FRAME_TYPE frame_type = cm->current_frame.frame_type; in av1_cyclic_refresh_estimate_bits_at_q()
Dtemporal_filter.c1028 const FRAME_TYPE frame_type = in tf_do_filtering()
1154 const FRAME_TYPE frame_type = in tf_estimate_strength()
Dlevel.c347 const FRAME_TYPE frame_type = cm->current_frame.frame_type; in time_to_decode_frame()
/external/tcpdump/
Dprint-token.c74 #define FRAME_TYPE(trp) (((trp)->token_fc & 0xC0) >> 6) macro
218 if (FRAME_TYPE(trp) == TOKEN_FC_LLC) { in token_print()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h138 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/
139 FRAME_TYPE frame_type;
Dvp9_blockd.h38 } FRAME_TYPE; typedef
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py149 FRAME_TYPE = 13 variable
/external/libaom/libaom/av1/common/
Dav1_common_int.h152 FRAME_TYPE frame_type;
306 FRAME_TYPE frame_type;
Dblockd.h55 } UENUM1BYTE(FRAME_TYPE);
/external/libaom/libaom/av1/
Dav1_dx_iface.c324 const FRAME_TYPE frame_type = (FRAME_TYPE)aom_rb_read_literal(&rb, 2); in decoder_peek_si_internal()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c490 FRAME_TYPE frame_type = pc->frame_type; in mt_decode_mb_rows()
Ddecodeframe.c921 pc->frame_type = (FRAME_TYPE)(clear[0] & 1); in vp8_decode_frame()

12