Searched refs:direct_table (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264.h427 uint8_t *direct_table; member in struct:H264Context
1105 h->direct_cache[scan8[0] + 0 - 1*8]= h->direct_table[b8_xy + 2];
1106 h->direct_cache[scan8[0] + 2 - 1*8]= h->direct_table[b8_xy + 3];
1114 h->direct_cache[scan8[0] - 1 + 0*8]= h->direct_table[4*left_xy[0] + 1 + (left_block[0]&~1)];
1121 h->direct_cache[scan8[0] - 1 + 2*8]= h->direct_table[4*left_xy[1] + 1 + (left_block[2]&~1)];
1238 uint8_t *direct_table = &h->direct_table[4*h->mb_xy]; local
1239 direct_table[1] = h->sub_mb_type[1]>>1;
1240 direct_table[2] = h->sub_mb_type[2]>>1;
1241 direct_table[
[all...]
H A Dh264.c656 av_freep(&h->direct_table);
759 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->direct_table, 4*big_mb_num * sizeof(uint8_t) , fail);
802 dst->direct_table = src->direct_table;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264.h427 uint8_t *direct_table; member in struct:H264Context
1105 h->direct_cache[scan8[0] + 0 - 1*8]= h->direct_table[b8_xy + 2];
1106 h->direct_cache[scan8[0] + 2 - 1*8]= h->direct_table[b8_xy + 3];
1114 h->direct_cache[scan8[0] - 1 + 0*8]= h->direct_table[4*left_xy[0] + 1 + (left_block[0]&~1)];
1121 h->direct_cache[scan8[0] - 1 + 2*8]= h->direct_table[4*left_xy[1] + 1 + (left_block[2]&~1)];
1238 uint8_t *direct_table = &h->direct_table[4*h->mb_xy]; local
1239 direct_table[1] = h->sub_mb_type[1]>>1;
1240 direct_table[2] = h->sub_mb_type[2]>>1;
1241 direct_table[
[all...]
H A Dh264.c656 av_freep(&h->direct_table);
759 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->direct_table, 4*big_mb_num * sizeof(uint8_t) , fail);
802 dst->direct_table = src->direct_table;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264.h427 uint8_t *direct_table; member in struct:H264Context
1105 h->direct_cache[scan8[0] + 0 - 1*8]= h->direct_table[b8_xy + 2];
1106 h->direct_cache[scan8[0] + 2 - 1*8]= h->direct_table[b8_xy + 3];
1114 h->direct_cache[scan8[0] - 1 + 0*8]= h->direct_table[4*left_xy[0] + 1 + (left_block[0]&~1)];
1121 h->direct_cache[scan8[0] - 1 + 2*8]= h->direct_table[4*left_xy[1] + 1 + (left_block[2]&~1)];
1238 uint8_t *direct_table = &h->direct_table[4*h->mb_xy]; local
1239 direct_table[1] = h->sub_mb_type[1]>>1;
1240 direct_table[2] = h->sub_mb_type[2]>>1;
1241 direct_table[
[all...]
H A Dh264.c656 av_freep(&h->direct_table);
759 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->direct_table, 4*big_mb_num * sizeof(uint8_t) , fail);
802 dst->direct_table = src->direct_table;

Completed in 75 milliseconds