Home
last modified time | relevance | path

Searched defs:luma_size (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc_4_0.c105 int luma_size = enc->enc_pic.ctx_buf.rec_luma_pitch * align(aligned_height, enc->alignment); in radeon_enc_ctx() local
H A Dradeon_vcn_enc.c414 int luma_size = rec_luma_pitch * align(aligned_height, enc->alignment); in setup_dpb() local
H A Dradeon_vcn_enc_1_2.c1045 int luma_size = enc->enc_pic.ctx_buf.rec_luma_pitch * align(aligned_height, enc->alignment); in radeon_enc_ctx() local
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Dsimple_api_fuzzer.c66 size_t luma_size = w * h; in LLVMFuzzerTestOneInput() local
/third_party/ffmpeg/libavcodec/
H A Dmediacodec_sw_buffer.c288 size_t luma_size = tile_w_align * tile_h_luma * QCOM_TILE_SIZE; in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka() local
H A Dlibsvtav1.c127 const size_t luma_size = config->source_width * config->source_height * in alloc_buffer() local
H A Dindeo3.c171 int luma_size, chroma_size; in allocate_frame_buffers() local
/third_party/libdrm/tests/amdgpu/
H A Duvd_enc_tests.c432 unsigned luma_size = ALIGN(enc.width, align) * ALIGN(enc.height, 16); in amdgpu_cs_uvd_enc_encode() local
H A Dvce_tests.c358 unsigned luma_size = ALIGN(enc->width, align) * ALIGN(enc->height, 16); in amdgpu_cs_vce_encode_idr() local
408 unsigned luma_size = ALIGN(enc->width, align) * ALIGN(enc->height, 16); in amdgpu_cs_vce_encode_p() local
572 unsigned luma_size = ALIGN(enc->width, align) * ALIGN(enc->height, 16); amdgpu_cs_vce_mv() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dwebp_dec.c575 WebPDecodeYUVInto(const uint8_t* data, size_t data_size, uint8_t* luma, size_t luma_size, int luma_stride, uint8_t* u, size_t u_size, int u_stride, uint8_t* v, size_t v_size, int v_stride) WebPDecodeYUVInto() argument
H A Didec_dec.c716 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUVA() argument
759 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUV() argument

Completed in 14 milliseconds