Searched refs:decoded_key_frame (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.h50 int decoded_key_frame; member in struct:VP9Decoder
H A Dvp9_decoder.c139 pbi->decoded_key_frame = 0;
H A Dvp9_decodeframe.c1278 if (!pbi->decoded_key_frame && !keyframe)
1322 if (!pbi->decoded_key_frame) {
1324 pbi->decoded_key_frame = 1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_int.h125 int decoded_key_frame; member in struct:VP8D_COMP
H A Ddecodeframe.c963 if (pbi->decoded_key_frame && pbi->ec_enabled && !pbi->ec_active)
1078 if ((!pbi->decoded_key_frame && pc->frame_type != KEY_FRAME))
1368 if (!pbi->decoded_key_frame)
1372 pbi->decoded_key_frame = 1;
H A Donyxd_if.c97 pbi->decoded_key_frame = 0;
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h125 int decoded_key_frame; member in struct:VP8D_COMP
H A Ddecodeframe.c954 if (pbi->decoded_key_frame && pbi->ec_enabled && !pbi->ec_active)
1070 if ((!pbi->decoded_key_frame && pc->frame_type != KEY_FRAME))
1360 if (!pbi->decoded_key_frame)
1364 pbi->decoded_key_frame = 1;
H A Donyxd_if.c97 pbi->decoded_key_frame = 0;

Completed in 182 milliseconds