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

12

/external/tcpdump/
H A Dtoken.h34 #define FRAME_TYPE(trp) (((trp)->token_fc & 0xC0) >> 6) macro
H A Dprint-token.c165 if (FRAME_TYPE(trp) == TOKEN_FC_LLC) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxc_int.h96 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */
97 FRAME_TYPE frame_type;
H A Dblockd.h72 } FRAME_TYPE; typedef in typeref:enum:__anon12065
188 FRAME_TYPE frame_type;
233 FRAME_TYPE frame_type;
H A Dloopfilter.c207 FRAME_TYPE frame_type = cm->frame_type;
463 FRAME_TYPE frame_type = cm->frame_type;
574 FRAME_TYPE frame_type = cm->frame_type;
H A Dmfqe.c281 FRAME_TYPE frame_type = cm->frame_type;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A 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,
H A Dvp9_ratectrl.c100 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
110 static int estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs,
1357 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type,
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h96 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */
97 FRAME_TYPE frame_type;
H A Dblockd.h72 } FRAME_TYPE; typedef in typeref:enum:__anon24030
188 FRAME_TYPE frame_type;
233 FRAME_TYPE frame_type;
H A Dloopfilter.c207 FRAME_TYPE frame_type = cm->frame_type;
463 FRAME_TYPE frame_type = cm->frame_type;
574 FRAME_TYPE frame_type = cm->frame_type;
H A Dmfqe.c281 FRAME_TYPE frame_type = cm->frame_type;
/external/libvpx/libvpx/vp9/encoder/
H A 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,
H A Dvp9_ratectrl.c96 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
106 static int estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs,
1349 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h106 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/
107 FRAME_TYPE frame_type;
H A Dvp9_blockd.h62 } FRAME_TYPE; typedef in typeref:enum:__anon12123
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h106 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/
107 FRAME_TYPE frame_type;
H A Dvp9_blockd.h62 } FRAME_TYPE; typedef in typeref:enum:__anon24088
/external/chromium_org/v8/src/
H A 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/
H A Dthreading.c528 FRAME_TYPE frame_type = pc->frame_type;
H A Ddecodeframe.c1027 pc->frame_type = (FRAME_TYPE)(clear[0] & 1);
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c528 FRAME_TYPE frame_type = pc->frame_type;
H A Ddecodeframe.c1019 pc->frame_type = (FRAME_TYPE)(clear[0] & 1);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1069 cm->frame_type = (FRAME_TYPE) vp9_rb_read_bit(rb);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1052 cm->frame_type = (FRAME_TYPE) vp9_rb_read_bit(rb);

Completed in 2604 milliseconds

12