Searched refs:chroma_format (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddirac.h37 uint8_t chroma_format; ///< 0: 444 1: 422 2: 420 member in struct:__anon1901
H A Ddirac.c122 source->chroma_format = svq3_get_ue_golomb(gb);
123 if (source->chroma_format > 2) {
125 source->chroma_format);
204 avctx->pix_fmt = dirac_pix_fmt[!luma_offset][source->chroma_format];
H A Dmpegvideo_xvmc.c57 const int mb_block_count = 4 + (1 << s->chroma_format);
77 const int mb_block_count = 4 + (1 << s->chroma_format);
273 if (s->chroma_format >= 2) {
274 blocks_per_mb = 4 + (1 << s->chroma_format);
H A Dlibschroedingerdec.c182 avccontext->pix_fmt = get_chroma_format(p_schro_params->format->chroma_format);
184 if (ff_get_schro_frame_format(p_schro_params->format->chroma_format,
H A Dlibschroedingerenc.c90 p_schro_params->format->chroma_format =
149 if (ff_get_schro_frame_format(p_schro_params->format->chroma_format,
H A Dvaapi_mpeg4.c64 pic_param->vol_fields.bits.chroma_format = CHROMA_420;
H A Dmpeg12enc.c158 avctx->profile = s->chroma_format == CHROMA_420 ? 4 : 0; /* Main or 4:2:2 */
166 if(avctx->profile != 1 && s->chroma_format != CHROMA_420){
275 put_bits(&s->pb, 2, s->chroma_format);
413 put_bits(&s->pb, 1, s->chroma_format == CHROMA_420 ? s->progressive_frame : 0); /* chroma_420_type */
668 if (s->chroma_format == CHROMA_420) mpeg1_encode_mb_internal(s, block, motion_x, motion_y, 6);
H A Ddxva2_mpeg2.c68 pp->bChromaFormat = s->chroma_format;
H A Dmjpegenc.c437 if (s->chroma_format == CHROMA_420) {
H A Dmpeg12.c740 const int mb_block_count = 4 + (1 << s->chroma_format);
1192 if (s->chroma_format < 2)
1194 else if (s->chroma_format == 2)
1366 s->chroma_format = get_bits(&s->gb, 2); /* chroma_format 1=420, 2=422, 3=444 */
1769 int is_d10 = s->chroma_format == 2 && s->pict_type == AV_PICTURE_TYPE_I && avctx->profile == 0 && avctx->level == 5
2001 s->chroma_format = 1;
2061 s->chroma_format = 1;
H A Dmpegvideo.h629 int chroma_format; member in struct:MpegEncContext
633 int chroma_x_shift;//depend on pix_format, that depend on chroma_format
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddirac.h40 uint8_t chroma_format; ///< 0: 444 1: 422 2: 420 member in struct:dirac_source_params
H A Ddirac.c137 source->chroma_format = svq3_get_ue_golomb(gb);
138 if (source->chroma_format > 2U) {
140 source->chroma_format);
239 avctx->pix_fmt = dirac_pix_fmt[!luma_offset][source->chroma_format];
H A Dmpegvideo_xvmc.c67 const int mb_block_count = 4 + (1 << s->chroma_format);
91 const int mb_block_count = 4 + (1 << s->chroma_format);
289 if (s->chroma_format >= 2) {
290 blocks_per_mb = 4 + (1 << s->chroma_format);
H A Dmjpegenc.c145 if (s->chroma_format == CHROMA_444) {
165 if (s->chroma_format == CHROMA_420) {
H A Dlibschroedingerdec.c188 avctx->pix_fmt = get_chroma_format(p_schro_params->format->chroma_format);
190 if (ff_get_schro_frame_format(p_schro_params->format->chroma_format,
H A Dlibschroedingerenc.c88 p_schro_params->format->chroma_format =
147 if (ff_get_schro_frame_format(p_schro_params->format->chroma_format,
H A Dvaapi_mpeg4.c66 pic_param->vol_fields.bits.chroma_format = CHROMA_420;
H A Dmpeg12enc.c171 avctx->profile = s->chroma_format == CHROMA_420 ? 4 : 0;
181 if (avctx->profile != 1 && s->chroma_format != CHROMA_420) {
328 put_bits(&s->pb, 2, s->chroma_format);
500 put_bits(&s->pb, 1, s->chroma_format ==
1000 if (s->chroma_format == CHROMA_420)
H A Ddxva2_mpeg2.c70 pp->bChromaFormat = s->chroma_format;
H A Dmpeg12dec.c733 const int mb_block_count = 4 + (1 << s->chroma_format);
1222 if (s->chroma_format < 2)
1227 else if (s->chroma_format == 2)
1430 s->chroma_format = get_bits(&s->gb, 2); /* chroma_format 1=420, 2=422, 3=444 */
1453 s->avctx->profile, s->avctx->level, s->progressive_sequence, s->chroma_format,
1861 int is_d10 = s->chroma_format == 2 &&
2135 s->chroma_format = 1;
2190 s->chroma_format = 1;
H A Dmpegvideo.h608 int chroma_format; member in struct:MpegEncContext
612 int chroma_x_shift;//depend on pix_format, that depend on chroma_format
H A Dmpegvideo_enc.c299 s->chroma_format = CHROMA_444;
303 s->chroma_format = CHROMA_422;
308 s->chroma_format = CHROMA_420;
2108 if (s->chroma_format == CHROMA_422 ||
2109 s->chroma_format == CHROMA_444)
2196 if (s->chroma_format == CHROMA_422)
2396 if (s->chroma_format == CHROMA_420) encode_mb_internal(s, motion_x, motion_y, 8, 8, 6);
2397 else if (s->chroma_format == CHROMA_422) encode_mb_internal(s, motion_x, motion_y, 16, 8, 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dbc_dts_defs.h369 uint32_t chroma_format; /* 0x420, 0x422 or 0x444 */ member in struct:BC_PIC_INFO_BLOCK
H A Dcrystalhd_fw_if.h190 uint32_t chroma_format; /* see above */ member in struct:ppb

Completed in 152 milliseconds

12