Searched refs:sps (Results 51 - 62 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_cabac.c1266 const int slice_qp = av_clip(h->qscale - 6*(h->sps.bit_depth_luma-8), 0, 51);
1888 int decode_chroma = h->sps.chroma_format_idc == 1 || h->sps.chroma_format_idc == 2;
1999 const int mb_size = ff_h264_mb_sizes[h->sps.chroma_format_idc] *
2000 h->sps.bit_depth_luma >> 3;
2182 dct8x8_allowed &= h->sps.direct_8x8_inference_flag;
2346 const int max_qp = 51 + 6*(h->sps.bit_depth_luma-8);
H A Dh264_direct.c281 if(!h->sps.direct_8x8_inference_flag){
471 if(!h->sps.direct_8x8_inference_flag){
510 assert(h->sps.direct_8x8_inference_flag);
H A Dh264_mb.c632 if (transform_bypass && h->sps.profile_idc == 244 && dir <= 1) {
663 if (transform_bypass && h->sps.profile_idc == 244 && dir <= 1) {
742 if (h->sps.profile_idc == 244 &&
H A Dh264_loopfilter.c252 int qp_bd_offset = 6 * (h->sps.bit_depth_luma - 8);
711 int qp_bd_offset = 6 * (h->sps.bit_depth_luma - 8);
H A Dsvq3.c896 h->sps.chroma_format_idc = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cabac.c1266 const int slice_qp = av_clip(s->qscale - 6*(h->sps.bit_depth_luma-8), 0, 51);
1875 int decode_chroma = h->sps.chroma_format_idc == 1 || h->sps.chroma_format_idc == 2;
1986 const int mb_size = mb_sizes[h->sps.chroma_format_idc]*h->sps.bit_depth_luma >> 3;
2168 dct8x8_allowed &= h->sps.direct_8x8_inference_flag;
2327 const int max_qp = 51 + 6*(h->sps.bit_depth_luma-8);
H A Dh264_direct.c279 if(!h->sps.direct_8x8_inference_flag){
470 if(!h->sps.direct_8x8_inference_flag){
509 assert(h->sps.direct_8x8_inference_flag);
H A Dh264_loopfilter.c256 int qp_bd_offset = 6 * (h->sps.bit_depth_luma - 8);
717 int qp_bd_offset = 6 * (h->sps.bit_depth_luma - 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drmdec.c820 int sps = ast->sub_packet_size; local
837 for (x = 0; x < w/sps; x++)
838 readfull(s, pb, ast->pkt.data+sps*(h*x+((h+1)/2)*(y&1)+(y>>1)), sps);
H A Dmatroskadec.c2340 int sps = track->audio.sub_packet_size; local
2367 if (size < sps * w / sps || h<=0 || w%sps) {
2372 for (x = 0; x < w / sps; x++)
2374 sps * (h * x + ((h + 1) / 2) * (y & 1) + (y >> 1)),
2375 data + x * sps, sps);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_req.c1032 * sps = 64, mask = 63
1036 const int sps = 1 << HT_SHIFT; /* sectors per slot */ local
1037 const int mask = sps - 1;
1038 const sector_t first_sectors = sps - (sect & mask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmatroskadec.c1801 int sps = track->audio.sub_packet_size; local
1828 if (size < sps * w / sps) {
1833 for (x=0; x<w/sps; x++)
1834 memcpy(track->audio.buf+sps*(h*x+((h+1)/2)*(y&1)+(y>>1)), data+x*sps, sps);

Completed in 248 milliseconds

123