OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sharpness_level
(Results
1 - 25
of
33
) sorted by null
1
2
/external/libvpx/libvpx/vp8/encoder/
picklpf.c
146
cm->
sharpness_level
= 0;
148
cm->
sharpness_level
= cpi->oxcf.Sharpness;
151
if (cm->
sharpness_level
!= cm->last_sharpness_level) {
152
vp8_loop_filter_update_sharpness(&cm->lf_info, cm->
sharpness_level
);
153
cm->last_sharpness_level = cm->
sharpness_level
;
285
cm->
sharpness_level
= 0;
287
cm->
sharpness_level
= cpi->oxcf.Sharpness;
bitstream.c
[
all
...]
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/common/
vp8_loopfilter.c
82
vp8_loop_filter_update_sharpness(lfi, cm->
sharpness_level
);
83
cm->last_sharpness_level = cm->
sharpness_level
;
103
if (cm->last_sharpness_level != cm->
sharpness_level
) {
104
vp8_loop_filter_update_sharpness(lfi, cm->
sharpness_level
);
105
cm->last_sharpness_level = cm->
sharpness_level
;
onyxc_int.h
134
int
sharpness_level
;
member in struct:VP8Common
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h
74
int
sharpness_level
;
member in struct:loopfilter
vp9_loopfilter.c
244
update_sharpness(lfi, lf->
sharpness_level
);
245
lf->last_sharpness_level = lf->
sharpness_level
;
263
if (lf->last_sharpness_level != lf->
sharpness_level
) {
264
update_sharpness(lfi, lf->
sharpness_level
);
265
lf->last_sharpness_level = lf->
sharpness_level
;
[
all
...]
/external/v4l2_codec2/vda/
vp8_parser.h
48
uint8_t
sharpness_level
;
member in struct:media::Vp8LoopFilterHeader
vp8_parser.cc
284
BD_READ_UNSIGNED_OR_RETURN(3, &lfhdr->
sharpness_level
);
v4l2-controls.h
1151
__u8
sharpness_level
;
member in struct:v4l2_vp8_loopfilter_hdr
[
all
...]
v4l2_slice_video_decode_accelerator.cc
[
all
...]
/hardware/intel/common/libva/va/
va_dec_vp8.h
102
/* same as
sharpness_level
in bitstream syntax */
103
unsigned int
sharpness_level
: 3;
member in struct:_VAPictureParameterBufferVP8::__anon47549::__anon47550
va_dec_vp9.h
157
uint8_t
sharpness_level
;
member in struct:_VADecPictureParameterBufferVP9
va_enc_vp8.h
266
unsigned char
sharpness_level
;
member in struct:_VAEncPictureParameterBufferVP8
va_trace.c
[
all
...]
/hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp
46
mVideoConfigVP8.
sharpness_level
= 2;
124
vp8PicParam.
sharpness_level
= 2;
VideoEncoderDef.h
684
unsigned char
sharpness_level
;
member in struct:VideoConfigVP8
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
153
lf->
sharpness_level
= cm->frame_type == KEY_FRAME ? 0 : cpi->oxcf.sharpness;
vp9_bitstream.c
701
vpx_wb_write_literal(wb, lf->
sharpness_level
, 3);
[
all
...]
/hardware/intel/img/psb_video/src/
vsp_vp8.c
456
pic->sharpness = va_pic->
sharpness_level
;
[
all
...]
tng_VP8.c
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
decodeframe.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
[
all
...]
/prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libstagefright_soft_vpxdec.so.lsdump.gz
libstagefright_soft_vpxenc.so.lsdump.gz
Completed in 937 milliseconds
1
2