Searched refs:VP56_FRAME_CURRENT (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvp56data.h31 VP56_FRAME_CURRENT = 0, enumerator in enum:__anon1332
68 VP56_FRAME_CURRENT, /* VP56_MB_INTRA */
H A Dvp5.c43 s->framep[VP56_FRAME_CURRENT]->key_frame = !vp56_rac_get(c);
46 if (s->framep[VP56_FRAME_CURRENT]->key_frame)
135 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
146 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
H A Dvp56.c314 uint8_t *dst=s->framep[VP56_FRAME_CURRENT]->data[plane]+s->block_offset[b];
325 && !s->framep[VP56_FRAME_CURRENT]->key_frame))
388 if (s->framep[VP56_FRAME_CURRENT]->key_frame)
400 frame_current = s->framep[VP56_FRAME_CURRENT];
451 int stride = s->framep[VP56_FRAME_CURRENT]->linesize[0];
460 s->stride[i] = s->flip * s->framep[VP56_FRAME_CURRENT]->linesize[i];
489 AVFrame *const p = s->framep[VP56_FRAME_CURRENT];
543 s->prev_dc[1][VP56_FRAME_CURRENT] = 128;
544 s->prev_dc[2][VP56_FRAME_CURRENT] = 128;
551 s->above_blocks[2*s->mb_width + 2].ref_frame = VP56_FRAME_CURRENT;
[all...]
H A Dvp6.c55 s->framep[VP56_FRAME_CURRENT]->key_frame = !(buf[0] & 0x80);
58 if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
252 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
275 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dvp56data.h31 VP56_FRAME_CURRENT = 0, enumerator in enum:__anon2237
68 VP56_FRAME_CURRENT, /* VP56_MB_INTRA */
H A Dvp5.c43 s->framep[VP56_FRAME_CURRENT]->key_frame = !vp56_rac_get(c);
46 if (s->framep[VP56_FRAME_CURRENT]->key_frame)
135 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
146 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
H A Dvp56.c314 uint8_t *dst=s->framep[VP56_FRAME_CURRENT]->data[plane]+s->block_offset[b];
325 && !s->framep[VP56_FRAME_CURRENT]->key_frame))
388 if (s->framep[VP56_FRAME_CURRENT]->key_frame)
400 frame_current = s->framep[VP56_FRAME_CURRENT];
451 int stride = s->framep[VP56_FRAME_CURRENT]->linesize[0];
460 s->stride[i] = s->flip * s->framep[VP56_FRAME_CURRENT]->linesize[i];
489 AVFrame *const p = s->framep[VP56_FRAME_CURRENT];
543 s->prev_dc[1][VP56_FRAME_CURRENT] = 128;
544 s->prev_dc[2][VP56_FRAME_CURRENT] = 128;
551 s->above_blocks[2*s->mb_width + 2].ref_frame = VP56_FRAME_CURRENT;
[all...]
H A Dvp6.c55 s->framep[VP56_FRAME_CURRENT]->key_frame = !(buf[0] & 0x80);
58 if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
252 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
275 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dvp56data.h31 VP56_FRAME_CURRENT = 0, enumerator in enum:__anon36262
68 VP56_FRAME_CURRENT, /* VP56_MB_INTRA */
H A Dvp5.c43 s->framep[VP56_FRAME_CURRENT]->key_frame = !vp56_rac_get(c);
46 if (s->framep[VP56_FRAME_CURRENT]->key_frame)
135 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
146 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
H A Dvp56.c314 uint8_t *dst=s->framep[VP56_FRAME_CURRENT]->data[plane]+s->block_offset[b];
325 && !s->framep[VP56_FRAME_CURRENT]->key_frame))
388 if (s->framep[VP56_FRAME_CURRENT]->key_frame)
400 frame_current = s->framep[VP56_FRAME_CURRENT];
451 int stride = s->framep[VP56_FRAME_CURRENT]->linesize[0];
460 s->stride[i] = s->flip * s->framep[VP56_FRAME_CURRENT]->linesize[i];
489 AVFrame *const p = s->framep[VP56_FRAME_CURRENT];
543 s->prev_dc[1][VP56_FRAME_CURRENT] = 128;
544 s->prev_dc[2][VP56_FRAME_CURRENT] = 128;
551 s->above_blocks[2*s->mb_width + 2].ref_frame = VP56_FRAME_CURRENT;
[all...]
H A Dvp6.c55 s->framep[VP56_FRAME_CURRENT]->key_frame = !(buf[0] & 0x80);
58 if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
252 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {
275 } else if (s->framep[VP56_FRAME_CURRENT]->key_frame) {

Completed in 128 milliseconds