Home
last modified time | relevance | path

Searched refs:chroma_idx (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_cavlc.c1099 int i4x4, i8x8, chroma_idx; in ff_h264_decode_mb_cavlc() local
1146 for(chroma_idx=0; chroma_idx<2; chroma_idx++) in ff_h264_decode_mb_cavlc()
1147 … if (decode_residual(h, sl, gb, sl->mb + ((256 + 16*16*chroma_idx) << pixel_shift), in ff_h264_decode_mb_cavlc()
1148 CHROMA_DC_BLOCK_INDEX + chroma_idx, in ff_h264_decode_mb_cavlc()
1156 for(chroma_idx=0; chroma_idx<2; chroma_idx++){ in ff_h264_decode_mb_cavlc()
1157 …uint32_t *qmul = h->ps.pps->dequant4_coeff[chroma_idx+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chroma_qp… in ff_h264_decode_mb_cavlc()
1158 int16_t *mb = sl->mb + (16*(16 + 16*chroma_idx) << pixel_shift); in ff_h264_decode_mb_cavlc()
1161 const int index = 16 + 16*chroma_idx + 8*i8x8 + i4x4; in ff_h264_decode_mb_cavlc()
Dmediacodec_sw_buffer.c301 size_t chroma_idx = (luma_idx / linesize) * linesize / 2 + (luma_idx % linesize); in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka() local
331 memcpy(frame->data[1] + chroma_idx, src_chroma, tile_width); in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka()
333 chroma_idx += linesize; in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka()
/third_party/ffmpeg/libavutil/
Dhwcontext_vdpau.c100 int chroma_idx; member
266 priv->chroma_idx = i; in vdpau_frames_init()
354 map = vdpau_pix_fmts[priv->chroma_idx].map; in vdpau_transfer_data_from()
412 map = vdpau_pix_fmts[priv->chroma_idx].map; in vdpau_transfer_data_to()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamc.c1008 gint chroma_idx; in gst_amc_color_format_copy() local
1033 chroma_idx = y * TILE_HEIGHT / 2 * v_chroma_stride + x * TILE_WIDTH; in gst_amc_color_format_copy()
1049 vptr = v_chroma + chroma_idx; in gst_amc_color_format_copy()
1053 chroma_idx += v_chroma_stride; in gst_amc_color_format_copy()