/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 63 typedef enum { KEY_FRAME = 0, INTER_FRAME = 1 } FRAME_TYPE; typedef 173 FRAME_TYPE frame_type; 230 FRAME_TYPE frame_type;
|
D | onyxc_int.h | 91 FRAME_TYPE 93 FRAME_TYPE frame_type;
|
D | vp8_loopfilter.c | 175 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()
|
D | mfqe.c | 236 FRAME_TYPE frame_type = cm->frame_type; in vp8_multiframe_quality_enhance()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 214 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,
|
D | vp9_denoiser.h | 75 FRAME_TYPE frame_type, int refresh_alt_ref_frame, int refresh_golden_frame,
|
D | vp9_svc_layercontext.h | 55 FRAME_TYPE last_frame_type;
|
D | vp9_denoiser.c | 466 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()
|
D | vp9_ratectrl.c | 188 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/ |
D | ratectrl.h | 197 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,
|
D | level.h | 75 FRAME_TYPE frame_type;
|
D | ratectrl.c | 159 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()
|
D | encoder.h | 1347 FRAME_TYPE last_frame_type; 1366 FRAME_TYPE frame_type;
|
D | aq_cyclicrefresh.c | 99 const FRAME_TYPE frame_type = cm->current_frame.frame_type; in av1_cyclic_refresh_estimate_bits_at_q()
|
D | temporal_filter.c | 1028 const FRAME_TYPE frame_type = in tf_do_filtering() 1154 const FRAME_TYPE frame_type = in tf_estimate_strength()
|
D | level.c | 347 const FRAME_TYPE frame_type = cm->current_frame.frame_type; in time_to_decode_frame()
|
/external/tcpdump/ |
D | print-token.c | 74 #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/ |
D | vp9_onyxc_int.h | 138 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/ 139 FRAME_TYPE frame_type;
|
D | vp9_blockd.h | 38 } FRAME_TYPE; typedef
|
/external/python/cpython2/Lib/plat-irix5/ |
D | CL_old.py | 149 FRAME_TYPE = 13 variable
|
/external/libaom/libaom/av1/common/ |
D | av1_common_int.h | 152 FRAME_TYPE frame_type; 306 FRAME_TYPE frame_type;
|
D | blockd.h | 55 } UENUM1BYTE(FRAME_TYPE);
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 324 const FRAME_TYPE frame_type = (FRAME_TYPE)aom_rb_read_literal(&rb, 2); in decoder_peek_si_internal()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 490 FRAME_TYPE frame_type = pc->frame_type; in mt_decode_mb_rows()
|
D | decodeframe.c | 921 pc->frame_type = (FRAME_TYPE)(clear[0] & 1); in vp8_decode_frame()
|