Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.h153 int av1_estimate_bits_at_q(FRAME_TYPE frame_kind, int q, int mbs,
228 int av1_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
251 int av1_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type,
Dratectrl.c152 int av1_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex, in av1_rc_bits_per_mb()
165 int av1_estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs, in av1_estimate_bits_at_q()
998 const FRAME_TYPE frame_type = (rf_lvl == KF_STD) ? KEY_FRAME : INTER_FRAME; in av1_frame_type_qdelta()
1728 aom_bit_depth_t bit_depth, FRAME_TYPE frame_type, in find_qindex_by_rate()
1750 int av1_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type, in av1_compute_qdelta_by_rate()
Dencoder.h1012 FRAME_TYPE frame_type;
Dpass2_strategy.c163 int desired_bits_per_mb, aom_bit_depth_t bit_depth, FRAME_TYPE frame_type, in find_qindex_by_rate_with_correction()
/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()
400 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_frame_yonly()
494 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.h208 int vp9_estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs,
283 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
302 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.c467 FRAME_TYPE frame_type, int refresh_alt_ref_frame, int refresh_golden_frame, in vp9_denoiser_update_frame_info()
790 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()
742 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_rc_update_rate_correction_factors()
824 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_rc_regulate_q()
2330 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type, in vp9_compute_qdelta_by_rate()
/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/
Donyxc_int.h148 FRAME_TYPE frame_type;
294 FRAME_TYPE frame_type;
361 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/
Dblockd.h53 } UENUM1BYTE(FRAME_TYPE);
/external/libaom/libaom/av1/
Dav1_dx_iface.c335 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.c923 pc->frame_type = (FRAME_TYPE)(clear[0] & 1); in vp8_decode_frame()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2223 cm->frame_type = (FRAME_TYPE)vpx_rb_read_bit(rb); in read_uncompressed_header()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c3133 const FRAME_TYPE frame_type = cm->frame_type; in vp8_loopfilter_frame()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4941 current_frame->frame_type = (FRAME_TYPE)aom_rb_read_literal(rb, 2); in read_uncompressed_header()