Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp8/common/
Dblockd.h72 } FRAME_TYPE; typedef
188 FRAME_TYPE frame_type;
233 FRAME_TYPE frame_type;
Donyxc_int.h96 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */
97 FRAME_TYPE frame_type;
Dloopfilter.c207 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_row_normal()
463 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_frame_yonly()
574 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_partial_frame()
Dmfqe.c281 FRAME_TYPE frame_type = cm->frame_type; in vp8_multiframe_quality_enhance()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Dblockd.h72 } FRAME_TYPE; typedef
188 FRAME_TYPE frame_type;
233 FRAME_TYPE frame_type;
Donyxc_int.h96 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */
97 FRAME_TYPE frame_type;
Dloopfilter.c207 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_row_normal()
463 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_frame_yonly()
574 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_partial_frame()
Dmfqe.c281 FRAME_TYPE frame_type = cm->frame_type; in vp8_multiframe_quality_enhance()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_ratectrl.h158 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
176 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type,
Dvp9_ratectrl.c100 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex, in vp9_rc_bits_per_mb()
110 static int estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs, in estimate_bits_at_q()
1357 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type, in vp9_compute_qdelta_by_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h157 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
175 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type,
Dvp9_ratectrl.c96 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex, in vp9_rc_bits_per_mb()
106 static int estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs, in estimate_bits_at_q()
1349 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type, in vp9_compute_qdelta_by_rate()
/external/tcpdump/
Dtoken.h34 #define FRAME_TYPE(trp) (((trp)->token_fc & 0xC0) >> 6) macro
Dprint-token.c165 if (FRAME_TYPE(trp) == TOKEN_FC_LLC) { in token_print()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h106 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/
107 FRAME_TYPE frame_type;
Dvp9_blockd.h62 } FRAME_TYPE; typedef
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
Dvp9_onyxc_int.h106 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/
107 FRAME_TYPE frame_type;
Dvp9_blockd.h62 } FRAME_TYPE; typedef
/external/chromium_org/v8/src/
Dmirror-debugger.js153 var FRAME_TYPE = 'frame'; variable
1620 %_CallFunction(this, FRAME_TYPE, Mirror);
2452 case FRAME_TYPE:
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
Dthreading.c528 FRAME_TYPE frame_type = pc->frame_type; in mt_decode_mb_rows()
Ddecodeframe.c1027 pc->frame_type = (FRAME_TYPE)(clear[0] & 1); in vp8_decode_frame()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c528 FRAME_TYPE frame_type = pc->frame_type; in mt_decode_mb_rows()
Ddecodeframe.c1019 pc->frame_type = (FRAME_TYPE)(clear[0] & 1); in vp8_decode_frame()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1052 cm->frame_type = (FRAME_TYPE) vp9_rb_read_bit(rb); in read_uncompressed_header()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
Dvp9_decodeframe.c1069 cm->frame_type = (FRAME_TYPE) vp9_rb_read_bit(rb); in read_uncompressed_header()

12